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

/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java363 * Install a custom EGLContextFactory.
372 public void setEGLContextFactory(EGLContextFactory factory) {
446 * Inform the default EGLContextFactory and default EGLConfigChooser
464 * {@link #setEGLContextFactory(EGLContextFactory)} has been called, then the supplied
465 * EGLContextFactory is responsible for creating an OpenGL ES 2.0-compatible context.
757 * {@link GLSurfaceView#setEGLContextFactory(EGLContextFactory)}
759 public interface EGLContextFactory { interface in class:GLSurfaceView
764 private class DefaultContextFactory implements EGLContextFactory {
1923 private EGLContextFactory mEGLContextFactory;

Completed in 33 milliseconds