/aosp14/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()
|
/aosp14/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()
|
/aosp14/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()
|
/aosp14/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()
|
/aosp14/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()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 140 public static final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in EGL14
|
H A D | GLSurfaceView.java | 791 private int EGL_CONTEXT_CLIENT_VERSION = 0x3098; field in GLSurfaceView.DefaultContextFactory 794 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, in createContext()
|
/aosp14/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()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 360 contextAttributes.push_back(EGL_CONTEXT_CLIENT_VERSION); in createContext()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 667 EGL14.EGL_CONTEXT_CLIENT_VERSION, 2,
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 589 EGLint contextAttributes[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in readyToRun()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerShellCommand.java | 2736 final int EGL_CONTEXT_CLIENT_VERSION = 0x3098; 2737 int[] gles2 = new int[] {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE};
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29487 field public static final int EGL_CONTEXT_CLIENT_VERSION = 12440; // 0x3098
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 34540 Landroid/opengl/GLSurfaceView$DefaultContextFactory;->EGL_CONTEXT_CLIENT_VERSION:I
|