Home
last modified time | relevance | path

Searched refs:EGL_OPENGL_ES_API (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglThreadInfo.cpp36 m_err(EGL_SUCCESS), m_api(EGL_OPENGL_ES_API) {} in EglThreadInfo()
DEglValidate.cpp92 return api == EGL_OPENGL_ES_API; in supportedApi()
DEglImp.cpp861 eglBindAPI(EGL_OPENGL_ES_API); in eglWaitGL()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h221 #define EGL_OPENGL_ES_API 0x30A0 macro
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp150 s_egl.eglBindAPI(EGL_OPENGL_ES_API); in initialize()