Searched refs:EGL_CONTEXT_CLIENT_VERSION (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp56 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java81 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098;
167 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
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/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if138 public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp145 EGL_CONTEXT_CLIENT_VERSION, 2,
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
H A DEglWindowSurface.java95 EGL14.EGL_CONTEXT_CLIENT_VERSION, 2,
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java105 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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java40 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/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java86 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:ImageFlipRenderThread
356 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE};
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java138 public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:EGL14
H A DGLSurfaceView.java790 private int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in class:GLSurfaceView.DefaultContextFactory
793 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion,
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp179 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp158 EGL_CONTEXT_CLIENT_VERSION, 2,
/frameworks/native/opengl/include/EGL/
H A Degl.h212 #define EGL_CONTEXT_CLIENT_VERSION 0x3098 macro
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp228 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp254 contextAttributes.push_back(EGL_CONTEXT_CLIENT_VERSION);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp74 EGL_CONTEXT_CLIENT_VERSION, 2,
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp307 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp369 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp338 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java553 EGL14.EGL_CONTEXT_CLIENT_VERSION, 2,
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp82 contextAttributes.push_back(EGL_CONTEXT_CLIENT_VERSION);

Completed in 419 milliseconds

12