/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | GLHelper.java | 22 import static android.opengl.EGL14.EGL_CONTEXT_CLIENT_VERSION; 113 int[] attr_list = new int[] {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in retrieveTextureSizeFromGL()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | SurfaceTextureRenderer.java | 38 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in SurfaceTextureRenderer 127 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in initialize()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | SingleFrameTextureViewTestActivity.java | 81 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; in onSurfaceTextureAvailable() 167 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in onSurfaceTextureAvailable()
|
H A D | GLTextureViewActivity.java | 132 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLTextureViewActivity.RenderThread 405 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/aosp12/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 GL2JNIView.ContextFactory 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/aosp12/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 GLPerfView.ContextFactory 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/aosp12/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 GLDualGL2View.ContextFactory 86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/aosp12/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 BlockingGLTextureView.EglHelper 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | MosaicRendererSurfaceView.java | 101 private static int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in MosaicRendererSurfaceView.ContextFactory 105 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 105 private static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in BlockingGLTextureView.EglHelper 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | BufferGenerator.cpp | 153 EGLint attrs[] = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE}; in initialize() 162 if (!eglQueryContext(mEglDisplay, mEglContext, EGL_CONTEXT_CLIENT_VERSION, &majorVersion)) { in initialize()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
H A D | EglHelper.java | 22 import static android.opengl.EGL14.EGL_CONTEXT_CLIENT_VERSION; 272 attrib_list[idx++] = EGL_CONTEXT_CLIENT_VERSION; in createEglContext()
|
/aosp12/frameworks/native/opengl/tests/gl_perf/ |
H A D | gl2_perf.cpp | 56 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main()
|
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 86 static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in ImageFlipRenderThread 356 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE}; in createContext()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_color_convert_impl.cpp | 122 EGLint egl_contextAttribList[] = {EGL_CONTEXT_CLIENT_VERSION, 3, in CreateContext()
|
H A D | gl_layer_stitch_impl.cpp | 105 EGLint egl_contextAttribList[] = {EGL_CONTEXT_CLIENT_VERSION, 3, in CreateContext()
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | EglWindow.cpp | 145 EGL_CONTEXT_CLIENT_VERSION, 2, in eglSetupContext()
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | RenderBase.cpp | 64 const EGLint context_attribs[] = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE}; in prepareGL()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | RenderBase.cpp | 59 const EGLint context_attribs[] = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE}; in prepareGL()
|
/aosp12/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 RenderTarget 384 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/aosp12/hardware/libhardware/tests/hwc/ |
H A D | util.c | 168 EGLint context_attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in egl_create()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 140 public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in EGL14
|
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/ |
H A D | gl_yuvtex.cpp | 228 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in main()
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | gl_env.cpp | 179 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in InitWithNewContext()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/data/ |
H A D | GlideFilmstripManager.java | 266 EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, in computeEglMaxTextureSize()
|