Searched defs:EGL_OPENGL_ES_BIT (Results 1 – 2 of 2) sorted by relevance
155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */ macro
104 public static final int EGL_OPENGL_ES_BIT = 0x0001; field in EGL14