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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java364 * Install a custom EGLContextFactory.
373 public void setEGLContextFactory(EGLContextFactory factory) {
447 * Inform the default EGLContextFactory and default EGLConfigChooser
465 * {@link #setEGLContextFactory(EGLContextFactory)} has been called, then the supplied
466 * EGLContextFactory is responsible for creating an OpenGL ES 2.0-compatible context.
782 * {@link GLSurfaceView#setEGLContextFactory(EGLContextFactory)}
784 public interface EGLContextFactory { interface in class:GLSurfaceView
789 private class DefaultContextFactory implements EGLContextFactory {
1926 private EGLContextFactory mEGLContextFactory;

Completed in 289 milliseconds