Home | History | Annotate | Download | only in replicaisland

Lines Matching defs:EGLContextFactory

296      * Install a custom EGLContextFactory.
305 public void setEGLContextFactory(EGLContextFactory factory) {
378 * Inform the default EGLContextFactory and default EGLConfigChooser
396 * {@link #setEGLContextFactory(EGLContextFactory)} has been called, then the supplied
397 * EGLContextFactory is responsible for creating an OpenGL ES 2.0-compatible context.
698 * {@link GLSurfaceView#setEGLContextFactory(EGLContextFactory)}
700 public interface EGLContextFactory {
705 private class DefaultContextFactory implements EGLContextFactory {
1659 private EGLContextFactory mEGLContextFactory;