Searched refs:chooseEglConfig (Results 1 - 8 of 8) 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 DSurface.cpp34 mEGLConfig = RenderEngine::chooseEglConfig(mEGLDisplay, PIXEL_FORMAT_RGBA_8888, false);
H A DRenderEngine.cpp62 config = chooseEglConfig(display, hwcFormat, /*logConfig*/ true);
101 dummyConfig = chooseEglConfig(display, hwcFormat, /*logConfig*/ true);
554 EGLConfig RenderEngine::chooseEglConfig(EGLDisplay display, int format, bool logConfig) { function in class:android::RE::impl::RenderEngine
H A DRenderEngine.h184 static EGLConfig chooseEglConfig(EGLDisplay display, int format, bool logConfig);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DSingleFrameTextureViewTestActivity.java140 mEglConfig = chooseEglConfig();
171 private EGLConfig chooseEglConfig() {
H A DGLTextureViewActivity.java376 mEglConfig = chooseEglConfig();
409 private EGLConfig chooseEglConfig() { method in class:GLTextureViewActivity.RenderThread
/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/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java329 mEglConfig = chooseEglConfig();
360 private EGLConfig chooseEglConfig() { method in class:ImageFlipRenderThread

Completed in 141 milliseconds