Home
last modified time | relevance | path

Searched defs:EGL_OPENGL_ES2_BIT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java133 static final int EGL_OPENGL_ES2_BIT = 4; field in GLTextureViewActivity.RenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java102 static final int EGL_OPENGL_ES2_BIT = 4; field in ImageWallpaper.DrawableEngine
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java102 private static int EGL_OPENGL_ES2_BIT = 4; field in GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java105 private static int EGL_OPENGL_ES2_BIT = 4; field in GLDualGL2View.ConfigChooser
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java102 private static int EGL_OPENGL_ES2_BIT = 4; field in GLPerfView.ConfigChooser
/frameworks/native/opengl/include/EGL/
Degl.h157 #define EGL_OPENGL_ES2_BIT 0x0004 /* EGL_RENDERABLE_TYPE mask bits */ macro
/frameworks/base/opengl/java/android/opengl/
DEGL14.java107 public static final int EGL_OPENGL_ES2_BIT = 0x0004; field in EGL14