Searched defs:ConfigChooser (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java73 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 { class in class:GL2JNIView
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { method in class:GL2JNIView.ConfigChooser
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java73 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 { class in class:GLPerfView
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { method in class:GLPerfView.ConfigChooser
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java76 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 { class in class:GLDualGL2View
115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { method in class:GLDualGL2View.ConfigChooser

Completed in 24 milliseconds