Searched refs:ConfigChooser (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 103 new ConfigChooser(8, 8, 8, 8, depth, stencil) : in init() 104 new ConfigChooser(5, 6, 5, 0, depth, stencil) ); in init() 133 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
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | EglConfigGLSurfaceView.java | 50 setEGLConfigChooser(new ConfigChooser()); in EglConfigGLSurfaceView() 57 private class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in EglConfigGLSurfaceView
|