Home
last modified time | relevance | path

Searched defs:EGL_CONTEXT_CLIENT_VERSION (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java86 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in ImageFlipRenderThread
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java132 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLTextureViewActivity.RenderThread
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java105 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in BlockingGLTextureView.EglHelper
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java79 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLPerfView.ContextFactory
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java82 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLDualGL2View.ContextFactory
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java79 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GL2JNIView.ContextFactory
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java40 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in RenderTarget
/frameworks/native/opengl/include/EGL/
Degl.h212 #define EGL_CONTEXT_CLIENT_VERSION 0x3098 macro
/frameworks/base/opengl/java/android/opengl/
DEGL14.java140 public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in EGL14
DGLSurfaceView.java791 private int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLSurfaceView.DefaultContextFactory