Home
last modified time | relevance | path

Searched refs:ConfigChooser (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java73 new ConfigChooser(8,8,8,8, depth, stencil) : in init()
74 new ConfigChooser(5,6,5,0, depth, stencil)); in init()
101 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
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java76 new ConfigChooser(8,8,8,8, depth, stencil) : in init()
77 new ConfigChooser(5,6,5,0, depth, stencil)); in init()
104 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
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java73 new ConfigChooser(8,8,8,8, depth, stencil) : in init()
74 new ConfigChooser(5,6,5,0, depth, stencil)); in init()
101 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