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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java79 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
330 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
393 * Install a custom EGLConfigChooser.
404 public void setEGLConfigChooser(EGLConfigChooser configChooser) {
447 * Inform the default EGLContextFactory and default EGLConfigChooser
464 * default EGLConfigChooser. If
468 * {@link #setEGLConfigChooser(EGLConfigChooser)} has been called, then the supplied
469 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
857 * {@link GLSurfaceView#setEGLConfigChooser(EGLConfigChooser)}
859 public interface EGLConfigChooser { interface in class:GLSurfaceView
[all...]

Completed in 597 milliseconds