Searched refs:EGL_OPENGL_ES_BIT (Results 1 – 10 of 10) sorted by relevance
106 public static final int EGL_OPENGL_ES_BIT = 0x0001; field in EGL14
231 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT, in main()
189 #define EGL_OPENGL_ES_BIT 0x0001 macro
105 public static final int EGL_OPENGL_ES_BIT = 0x0001;
1299 } else if (renderableType & EGL_OPENGL_ES_BIT) { in createEglContext()
2219 final int EGL_OPENGL_ES_BIT = 0x0001;2222 if ((attrib[0] & EGL_OPENGL_ES_BIT) != 0) {
1650 } else if (renderableType & EGL_OPENGL_ES_BIT) { in createEglContext()
1570 } else if (renderableType & EGL_OPENGL_ES_BIT) { in createEglContext()
27687 field public static final int EGL_OPENGL_ES_BIT = 1; // 0x1
18762 field public static final int EGL_OPENGL_ES_BIT = 1; // 0x1