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

  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 61 * set. See ConfigChooser class definition below.
99 * custom config chooser. See ConfigChooser class definition
103 new ConfigChooser(8, 8, 8, 8, depth, stencil) :
104 new ConfigChooser(5, 6, 5, 0, depth, stencil) );
133 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 75 // custom config chooser. See ConfigChooser class definition
78 new ConfigChooser(8, 8, 8, 8, depth, stencil) :
79 new ConfigChooser(5, 6, 5, 0, depth, stencil) );
110 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 50 setEGLConfigChooser(new ConfigChooser());
57 private class ConfigChooser implements GLSurfaceView.EGLConfigChooser {

Completed in 187 milliseconds