Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/sustainedperf/shadertoy_android/src/
H A DGLtestView.java133 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in GLtestView
135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() method in GLtestView.ConfigChooser
/aosp_15_r20/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in GLPerfView
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() method in GLPerfView.ConfigChooser
/aosp_15_r20/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in GL2JNIView
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() method in GL2JNIView.ConfigChooser
/aosp_15_r20/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java104 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in GLDualGL2View
115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() method in GLDualGL2View.ConfigChooser
/aosp_15_r20/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceView.java124 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in MosaicRendererSurfaceView
126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() method in MosaicRendererSurfaceView.ConfigChooser
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DEglConfigGLSurfaceView.java57 private class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in EglConfigGLSurfaceView