Home
last modified time | relevance | path

Searched refs:EGL_OPENGL_ES_BIT (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */ macro
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp173 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT, in initialize()
309 if (0 != (rtype & EGL_OPENGL_ES_BIT)) { in initialize()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp202 int renderableType = EGL_OPENGL_ES_BIT; in eglInitialize()
277 EGLint renderable_type = EGL_OPENGL_ES_BIT; in eglChooseConfig()