Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java85 EGLConfig eglConfig = null; in retrieveTextureSizeFromGL() local
/aosp12/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java170 EGLConfig eglConfig = chooseEglConfig(); in initGL() local
200 private static EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_color_convert_impl.cpp93 EGLConfig eglConfig; in CreateContext() local
H A Dgl_layer_stitch_impl.cpp90 EGLConfig eglConfig; in CreateContext() local
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DGlideFilmstripManager.java253 EGLConfig eglConfig = eglConfigs[0]; in computeEglMaxTextureSize() local
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java355 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A Dglengine.cpp65 EGLConfig eglConfig; in engine_initialize() local
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A Dglengine.cpp65 EGLConfig eglConfig; in engine_initialize() local
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A Dglengine.cpp65 EGLConfig eglConfig; in engine_initialize() local
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A Dglengine.cpp65 EGLConfig eglConfig; in engine_initialize() local
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A Dglengine.cpp65 EGLConfig eglConfig; in engine_initialize() local
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dglengine.cpp86 EGLConfig eglConfig; in engine_initialize() local
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java404 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java140 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createContext()
/aosp12/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
/aosp12/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java102 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java786 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext()