Searched refs:chooseEglConfig (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java89 EGLConfig eglConfig = chooseEglConfig(egl, eglDisplay);
119 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay);
138 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay);
157 EGLConfig eglConfig = chooseEglConfig(mEgl, mDisplay);
319 private static EGLConfig chooseEglConfig(EGL10 egl, EGLDisplay display) { method in class:RenderTarget
391 EGLConfig eglConfig = chooseEglConfig(egl, display);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h64 static EGLConfig chooseEglConfig(EGLDisplay display, int format);
H A DRenderEngine.cpp62 config = chooseEglConfig(display, hwcFormat);
103 dummyConfig = chooseEglConfig(display, hwcFormat);
403 EGLConfig RenderEngine::chooseEglConfig(EGLDisplay display, int format) { function in class:android::RenderEngine
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java114 private EGLConfig chooseEglConfig() { method in class:BlockingGLTextureView.EglHelper
170 mEglConfig = chooseEglConfig();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java376 mEglConfig = chooseEglConfig();
409 private EGLConfig chooseEglConfig() { method in class:GLTextureViewActivity.RenderThread
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java669 mEglConfig = chooseEglConfig();
730 private EGLConfig chooseEglConfig() { method in class:ImageWallpaper.DrawableEngine
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp90 config = RenderEngine::chooseEglConfig(display, format);

Completed in 2299 milliseconds