Searched defs:EGL_OPENGL_ES2_BIT (Results 1 – 7 of 7) sorted by relevance
133 static final int EGL_OPENGL_ES2_BIT = 4; field in GLTextureViewActivity.RenderThread
102 static final int EGL_OPENGL_ES2_BIT = 4; field in ImageWallpaper.DrawableEngine
102 private static int EGL_OPENGL_ES2_BIT = 4; field in GL2JNIView.ConfigChooser
105 private static int EGL_OPENGL_ES2_BIT = 4; field in GLDualGL2View.ConfigChooser
102 private static int EGL_OPENGL_ES2_BIT = 4; field in GLPerfView.ConfigChooser
157 #define EGL_OPENGL_ES2_BIT 0x0004 /* EGL_RENDERABLE_TYPE mask bits */ macro
107 public static final int EGL_OPENGL_ES2_BIT = 0x0004; field in EGL14