Searched defs:EGLConfigChooser (Results 1 - 1 of 1) 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...]

Completed in 82 milliseconds