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