Searched refs:EGLConfigChooser (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java80 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
318 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
381 * Install a custom EGLConfigChooser.
392 public void setEGLConfigChooser(EGLConfigChooser configChooser) {
435 * Inform the default EGLContextFactory and default EGLConfigChooser
452 * default EGLConfigChooser. If
456 * {@link #setEGLConfigChooser(EGLConfigChooser)} has been called, then the supplied
457 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
822 * {@link GLSurfaceView#setEGLConfigChooser(EGLConfigChooser)}
824 public interface EGLConfigChooser { interface in class:GLSurfaceView
[all...]
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
/frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java104 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {

Completed in 53 milliseconds