Home
last modified time | relevance | path

Searched refs:UNREADY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.h155 enum EGLStatus {READY, UNREADY}; enumerator
206 EGLStatus isEGLReady = EGLStatus::UNREADY;
H A Drender_environment.cpp607 isEGLReady = EGLStatus::UNREADY; in ReleaseParam()