Home
last modified time | relevance | path

Searched refs:mEglConfig (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/cmds/screenrecord/
DEglWindow.cpp52 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()
DEglWindow.h38 mEglConfig(NULL), in EglWindow()
78 EGLConfig mEglConfig; variable
/frameworks/av/services/camera/virtualcamera/util/
DEglDisplayContext.cc37 mEglConfig(nullptr) { in EglDisplayContext()
64 eglChooseConfig(mEglDisplay, configAttribs, &mEglConfig, 1, &numConfigs); in EglDisplayContext()
72 eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, contextAttribs); in EglDisplayContext()
79 mEglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, in EglDisplayContext()
DEglDisplayContext.h58 EGLConfig mEglConfig; variable
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java86 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()
DGLTextureViewActivity.java142 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/
DBlockingGLTextureView.java111 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/
DEglManager.cpp93 , mEglConfig(nullptr) in EglManager()
331 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs()
332 if (mEglConfig == EGL_NO_CONFIG_KHR) { in loadConfigs()
337 mEglConfig = load8BitsConfig(mEglDisplay, mSwapBehavior); in loadConfigs()
371 mEglDisplay, EglExtensions.noConfigContext ? ((EGLConfig) nullptr) : mEglConfig, in createContext()
383 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs); in createPBufferSurface()
387 mEglDisplay, mEglConfig, eglErrorString()); in createPBufferSurface()
428 EGLConfig config = mEglConfig; in createSurface()
DEglManager.h102 EGLConfig mEglConfig; variable
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java96 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/
DRenderTarget.java59 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/opengl/java/android/opengl/
DGLSurfaceView.java1051 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/base/services/core/java/com/android/server/display/
DColorFade.java104 private EGLConfig mEglConfig; field in ColorFade
669 if (mEglConfig == null) {
691 mEglConfig = eglConfigs[0];
711 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT,
751 mEglSurface = EGL14.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface,
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp39 mEglConfig(nullptr) { in SurfaceTextureClientTest()
68 mEglConfig = myConfig; in SetUp()
112 EGLConfig mEglConfig; member in android::SurfaceTextureClientTest
175 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, mEglConfig, mANW.get(), nullptr); in TEST_F()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt33908 Landroid/opengl/GLSurfaceView$EglHelper;->mEglConfig:Ljavax/microedition/khronos/egl/EGLConfig;