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

  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.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) {
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 73 new ConfigChooser(8,8,8,8, depth, stencil) :
74 new ConfigChooser(5,6,5,0, depth, stencil));
101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 73 new ConfigChooser(8,8,8,8, depth, stencil) :
74 new ConfigChooser(5,6,5,0, depth, stencil));
101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 76 new ConfigChooser(8,8,8,8, depth, stencil) :
77 new ConfigChooser(5,6,5,0, depth, stencil));
104 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 86 * custom config chooser. See ConfigChooser class definition
90 translucent ? new ConfigChooser(8, 8, 8, 8, depth, stencil) :
91 new ConfigChooser(5, 6, 5, 0, depth, stencil));
124 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 50 setEGLConfigChooser(new ConfigChooser());
57 private class ConfigChooser implements GLSurfaceView.EGLConfigChooser {

Completed in 283 milliseconds