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)}
329 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
392 * Install a custom EGLConfigChooser.
403 public void setEGLConfigChooser(EGLConfigChooser configChooser) {
446 * Inform the default EGLContextFactory and default EGLConfigChooser
463 * default EGLConfigChooser. If
467 * {@link #setEGLConfigChooser(EGLConfigChooser)} has been called, then the supplied
468 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
832 * {@link GLSurfaceView#setEGLConfigChooser(EGLConfigChooser)}
834 public interface EGLConfigChooser { interface in class:GLSurfaceView
[all...]
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java101 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java104 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser {

Completed in 107 milliseconds