Searched refs:ConfigChooser (Results 1 – 1 of 1) sorted by relevance
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNIView.java | 103 new ConfigChooser(8, 8, 8, 8, depth, stencil) : in init() 104 new ConfigChooser(5, 6, 5, 0, depth, stencil) ); in init() 133 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in GL2JNIView 135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() method in GL2JNIView.ConfigChooser
|