HomeSort by relevance Sort by last modified time
    Searched refs:chooseEglConfig (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 89 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) {
391 EGLConfig eglConfig = chooseEglConfig(egl, display);
  /frameworks/native/services/surfaceflinger/RenderEngine/
Surface.cpp 34 mEGLConfig = RenderEngine::chooseEglConfig(mEGLDisplay, PIXEL_FORMAT_RGBA_8888, false);
RenderEngine.cpp 62 config = chooseEglConfig(display, hwcFormat, /*logConfig*/ true);
101 dummyConfig = chooseEglConfig(display, hwcFormat, /*logConfig*/ true);
554 EGLConfig RenderEngine::chooseEglConfig(EGLDisplay display, int format, bool logConfig) {
RenderEngine.h 184 static EGLConfig chooseEglConfig(EGLDisplay display, int format, bool logConfig);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
SingleFrameTextureViewTestActivity.java 140 mEglConfig = chooseEglConfig();
171 private EGLConfig chooseEglConfig() {
GLTextureViewActivity.java 376 mEglConfig = chooseEglConfig();
409 private EGLConfig chooseEglConfig() {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 114 private EGLConfig chooseEglConfig() {
170 mEglConfig = chooseEglConfig();
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 114 private EGLConfig chooseEglConfig() {
170 mEglConfig = chooseEglConfig();
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 170 EGLConfig eglConfig = chooseEglConfig();
205 private EGLConfig chooseEglConfig() {
  /cts/tests/tests/view/src/android/view/cts/
TextureViewCtsActivity.java 375 mEglConfig = chooseEglConfig();
404 private EGLConfig chooseEglConfig() {
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
ImageFlipRenderThread.java 329 mEglConfig = chooseEglConfig();
360 private EGLConfig chooseEglConfig() {
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 308 mEglConfig = chooseEglConfig();
353 private EGLConfig chooseEglConfig() {

Completed in 222 milliseconds