Searched defs:ConfigChooser (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 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
|
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 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
|