Searched refs:EGL_OPENGL_ES2_BIT (Results 1 – 3 of 3) sorted by relevance
157 #define EGL_OPENGL_ES2_BIT 0x0004 /* EGL_RENDERABLE_TYPE mask bits */ macro
38 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, in getGLES2ExtensionString()319 if (0 != (rtype & EGL_OPENGL_ES2_BIT)) { in initialize()
216 renderableType |= EGL_OPENGL_ES2_BIT; in eglInitialize()