Home
last modified time | relevance | path

Searched defs:eglConfig (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java89 EGLConfig eglConfig = chooseEglConfig(egl, eglDisplay); in newTarget() local
119 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay); in forSurfaceHolder() local
138 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay); in forSurfaceTexture() local
157 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay); in forSurface() local
391 EGLConfig eglConfig = chooseEglConfig(egl, display); in createSurface() local
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java85 EGLConfig eglConfig = null; in retrieveTextureSizeFromGL() local
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java355 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java786 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext()