/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 53 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, anw.get(), in createWindow() 82 mEglSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, pbufferAttribs); in createPbuffer() 139 &mEglConfig, 1, &numConfigs); in eglSetupContext() 149 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in eglSetupContext() 177 mEglConfig = NULL; in eglRelease()
|
D | EglWindow.h | 38 mEglConfig(NULL), in EglWindow() 78 EGLConfig mEglConfig; variable
|
/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/libs/hwui/renderthread/ |
D | EglManager.cpp | 70 , mEglConfig(0) in EglManager() 135 if (!eglChooseConfig(mEglDisplay, attribs, &mEglConfig, num_configs, &num_configs) in loadConfig() 151 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attribs); in createContext() 189 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs); in usePBufferSurface() 196 EGLSurface surface = eglCreateWindowSurface(mEglDisplay, mEglConfig, window, NULL); in createSurface()
|
D | EglManager.h | 72 EGLConfig mEglConfig; variable
|
/frameworks/native/libs/gui/tests/ |
D | SRGB_test.cpp | 51 mEglDisplay(EGL_NO_DISPLAY), mEglConfig(), in SRGBTest() 232 EGLConfig mEglConfig; member in android::SRGBTest 260 EXPECT_TRUE(eglChooseConfig(mEglDisplay, configAttribs, &mEglConfig, 1, in createEGLSurface() 269 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, in createEGLSurface() 274 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in createEGLSurface() 442 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in TEST_F()
|
D | SurfaceTextureClient_test.cpp | 71 mEglConfig = myConfig; in SetUp() 120 EGLConfig mEglConfig; member in android::SurfaceTextureClientTest 183 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), NULL); in TEST_F()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
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/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 124 private EGLConfig mEglConfig; field in ImageWallpaper.DrawableEngine 669 mEglConfig = chooseEglConfig(); in initGL() 670 if (mEglConfig == null) { in initGL() 674 mEglContext = createContext(mEgl, mEglDisplay, mEglConfig); in initGL() 685 EGLSurface tmpSurface = mEgl.eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs); in initGL() 704 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, surfaceHolder, 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 | 91 private EGLConfig mEglConfig; field in ColorFade 515 if (mEglConfig == null) { 532 mEglConfig = eglConfigs[0]; 540 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, 594 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 1020 mEglConfig = null; in start() 1023 mEglConfig = view.mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay); in start() 1029 mEglContext = view.mEGLContextFactory.createContext(mEgl, mEglDisplay, mEglConfig); in start() 1061 if (mEglConfig == null) { in createSurface() 1077 mEglDisplay, mEglConfig, view.getHolder()); in createSurface() 1207 EGLConfig mEglConfig; field in GLSurfaceView.EglHelper 1500 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig); in guardedRun()
|