Home
last modified time | relevance | path

Searched refs:EGL_CONTEXT_CLIENT_VERSION (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java22 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 DSurfaceTextureRenderer.java38 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 DSingleFrameTextureViewTestActivity.java81 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 DGLTextureViewActivity.java132 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 DGL2JNIView.java79 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 DGLPerfView.java79 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 DGLDualGL2View.java82 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 DBlockingGLTextureView.java105 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 DMosaicRendererSurfaceView.java101 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 DBlockingGLTextureView.java105 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 DBufferGenerator.cpp153 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 DEglHelper.java22 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 Dgl2_perf.cpp56 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 DImageFlipRenderThread.java86 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 Dgl_color_convert_impl.cpp122 EGLint egl_contextAttribList[] = {EGL_CONTEXT_CLIENT_VERSION, 3, in CreateContext()
H A Dgl_layer_stitch_impl.cpp105 EGLint egl_contextAttribList[] = {EGL_CONTEXT_CLIENT_VERSION, 3, in CreateContext()
/aosp12/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp145 EGL_CONTEXT_CLIENT_VERSION, 2, in eglSetupContext()
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DRenderBase.cpp64 const EGLint context_attribs[] = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE}; in prepareGL()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DRenderBase.cpp59 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 DRenderTarget.java40 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 Dutil.c168 EGLint context_attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in egl_create()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java140 public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in EGL14
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp228 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in main()
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp179 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in InitWithNewContext()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DGlideFilmstripManager.java266 EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, in computeEglMaxTextureSize()

123