Searched defs:EGL_CONTEXT_CLIENT_VERSION (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java132 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:GLTextureViewActivity.RenderThread
405 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java79 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:GL2JNIView.ContextFactory
83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java79 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:GLPerfView.ContextFactory
83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java82 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:GLDualGL2View.ContextFactory
86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java102 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:ImageWallpaper.DrawableEngine
668 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
/frameworks/native/opengl/include/EGL/
H A Degl.h214 #define EGL_CONTEXT_CLIENT_VERSION 0x3098 macro
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java139 public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:EGL14
H A DGLSurfaceView.java765 private int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:GLSurfaceView.DefaultContextFactory
768 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion,

Completed in 952 milliseconds