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

/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java72 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
263 * <li>{@link #setEGLConfigChooser(EGLConfigChooser)}
325 * Install a custom EGLConfigChooser.
335 public void setEGLConfigChooser(EGLConfigChooser configChooser) {
378 * Inform the default EGLContextFactory and default EGLConfigChooser
395 * default EGLConfigChooser. If
399 * {@link #setEGLConfigChooser(EGLConfigChooser)} has been called, then the supplied
400 * EGLConfigChooser is responsible for choosing an OpenGL ES 2.0-compatible config.
752 * {@link GLSurfaceView#setEGLConfigChooser(EGLConfigChooser)}
754 public interface EGLConfigChooser { interface in class:GLSurfaceView
[all...]

Completed in 53 milliseconds