Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h157 #define EGL_OPENGL_ES2_BIT 0x0004 /* EGL_RENDERABLE_TYPE mask bits */ macro
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp38 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in getGLES2ExtensionString()
319 if (0 != (rtype & EGL_OPENGL_ES2_BIT)) { in initialize()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp216 renderableType |= EGL_OPENGL_ES2_BIT; in eglInitialize()