/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | SingleFrameTextureViewTestActivity.java | 86 private EGLConfig mEglConfig; in onSurfaceTextureAvailable() 140 mEglConfig = chooseEglConfig(); in onSurfaceTextureAvailable() 141 if (mEglConfig == null) { in onSurfaceTextureAvailable() 145 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in onSurfaceTextureAvailable() 147 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null); in onSurfaceTextureAvailable()
|
H A D | GLTextureViewActivity.java | 142 private EGLConfig mEglConfig; field in GLTextureViewActivity.RenderThread 376 mEglConfig = chooseEglConfig(); in initGL() 377 if (mEglConfig == null) { in initGL() 381 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL() 383 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null); in initGL()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 111 EGLConfig mEglConfig; field in BlockingGLTextureView.EglHelper 170 mEglConfig = chooseEglConfig(); in start() 176 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in start() 202 if (mEglConfig == null) { in createSurface() 216 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surface, null); in createSurface() 400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig); in handleMessageLocked()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 90 , mEglConfig(nullptr) in EglManager() 328 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs() 329 if (mEglConfig == EGL_NO_CONFIG_KHR) { in loadConfigs() 334 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs() 368 mEglDisplay, EglExtensions.noConfigContext ? ((EGLConfig) nullptr) : mEglConfig, in createContext() 380 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs); in createPBufferSurface() 384 mEglDisplay, mEglConfig, eglErrorString()); in createPBufferSurface() 425 EGLConfig config = mEglConfig; in createSurface()
|
H A D | EglManager.h | 102 EGLConfig mEglConfig; variable
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 96 private EGLConfig mEglConfig; field in ImageFlipRenderThread 329 mEglConfig = chooseEglConfig(); in initGL() 330 if (mEglConfig == null) { in initGL() 334 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL() 336 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null); in initGL()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 59 private static EGLConfig mEglConfig = null; field in RenderTarget 320 if (mEglConfig == null || !display.equals(mConfiguredDisplay)) { in chooseEglConfig() 328 mEglConfig = configs[0]; in chooseEglConfig() 332 return mEglConfig; in chooseEglConfig()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLSurfaceView.java | 1051 mEglConfig = null; in start() 1054 mEglConfig = view.mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay); in start() 1060 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start() 1092 if (mEglConfig == null) { in createSurface() 1108 mEglDisplay, mEglConfig, view.getHolder()); in createSurface() 1238 EGLConfig mEglConfig; field in GLSurfaceView.EglHelper 1541 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig); in guardedRun()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 100 private EGLConfig mEglConfig; field in ColorFade 633 if (mEglConfig == null) { 655 mEglConfig = eglConfigs[0]; 675 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT, 715 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 34551 Landroid/opengl/GLSurfaceView$EglHelper;->mEglConfig:Ljavax/microedition/khronos/egl/EGLConfig;
|