/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GLTextureViewActivity.java | 132 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 D | GL2JNIView.java | 79 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 D | GLPerfView.java | 79 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 D | GLDualGL2View.java | 82 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/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 105 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:BlockingGLTextureView.EglHelper 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ImageWallpaper.java | 105 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:ImageWallpaper.DrawableEngine 747 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 40 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:RenderTarget 384 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
|
/frameworks/native/opengl/include/EGL/ |
H A D | egl.h | 214 #define EGL_CONTEXT_CLIENT_VERSION 0x3098 macro
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 138 public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:EGL14
|
H A D | GLSurfaceView.java | 765 private int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:GLSurfaceView.DefaultContextFactory 768 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion,
|