Searched refs:EGL_OPENGL_ES_BIT (Results 1 – 3 of 3) sorted by relevance
155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */ macro
173 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT, in initialize()309 if (0 != (rtype & EGL_OPENGL_ES_BIT)) { in initialize()
202 int renderableType = EGL_OPENGL_ES_BIT; in eglInitialize()277 EGLint renderable_type = EGL_OPENGL_ES_BIT; in eglChooseConfig()