Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp45 return isEGLReady; in GetEGLStatus()
62 isEGLReady = EGLStatus::READY; in Init()
607 isEGLReady = EGLStatus::UNREADY; in ReleaseParam()
H A Drender_environment.h206 EGLStatus isEGLReady = EGLStatus::UNREADY; variable