public static interface GLSurfaceView.EGLContextFactory
This interface must be implemented by clients wishing to call
GLSurfaceView.setEGLContextFactory(EGLContextFactory)
Modifier and Type | Method and Description |
---|---|
EGLContext |
createContext(EGL10 egl,
EGLDisplay display,
EGLConfig eglConfig) |
void |
destroyContext(EGL10 egl,
EGLDisplay display,
EGLContext context) |
EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig)
void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context)