Home
last modified time | relevance | path

Searched refs:EGLHelpers (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.h36 namespace EGLHelpers {
H A Degl_state.cpp74 #define CHECK_EGL_ERROR() EGLHelpers::CheckEGLError(PLUGIN_FILE_INFO)
75 #define CHECK_EGL_ERROR2() EGLHelpers::CheckEGLError2(PLUGIN_FILE_INFO)
78 #define CHECK_EGL_ERROR2() EGLHelpers::CheckEGLError2(PLUGIN_FILE_INFO)
86 namespace EGLHelpers { namespace
1019 EGLHelpers::DumpEGLConfig(display, plat_config); in GetSurfaceInformation()
H A Ddevice_gles.h178 const EGLHelpers::EGLState& GetEglState();
346 EGLHelpers::EGLState eglState_;
H A Ddevice_gles.cpp1046 const EGLHelpers::EGLState& DeviceGLES::GetEglState() in GetEglState()