/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 52 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(), in createWindow() 81 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, pbufferAttribs); in createPbuffer() 138 &mEglConfig, 1, &numConfigs); in eglSetupContext() 148 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in eglSetupContext() 176 mEglConfig = NULL; in eglRelease()
|
D | EglWindow.h | 38 mEglConfig(NULL), in EglWindow() 78 EGLConfig mEglConfig; variable
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
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()
|
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()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | EglHelper.java | 71 private EGLConfig mEglConfig; field in EglHelper 96 mEglConfig = chooseEglConfig(); in init() 97 if (mEglConfig == null) { in init() 166 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, null, 0); in createEglSurface() 219 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attrib_list, 0); in createEglContext()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 88 , mEglConfig(nullptr) in EglManager() 241 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs() 242 if (mEglConfig == EGL_NO_CONFIG_KHR) { in loadConfigs() 247 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs() 279 mEglDisplay, EglExtensions.noConfigContext ? ((EGLConfig) nullptr) : mEglConfig, in createContext() 291 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs); in createPBufferSurface() 346 mEglDisplay, wideColorGamut ? mEglConfigWideGamut : mEglConfig, window, attribs); in createSurface()
|
D | EglManager.h | 100 EGLConfig mEglConfig; variable
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
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()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
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()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 95 private EGLConfig mEglConfig; field in ColorFade 541 if (mEglConfig == null) { 563 mEglConfig = eglConfigs[0]; 571 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, 629 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
|
/frameworks/base/opengl/java/android/opengl/ |
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()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureClient_test.cpp | 41 mEglConfig(nullptr) { in SurfaceTextureClientTest() 75 mEglConfig = myConfig; in SetUp() 124 EGLConfig mEglConfig; member in android::SurfaceTextureClientTest 187 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), nullptr); in TEST_F()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 48390 Landroid/opengl/GLSurfaceView$EglHelper;->mEglConfig:Ljavax/microedition/khronos/egl/EGLConfig;
|