public static interface GLTextureView.EGLWindowSurfaceFactory
This interface must be implemented by clients wishing to call
GLTextureView.setEGLWindowSurfaceFactory(EGLWindowSurfaceFactory)
| Modifier and Type | Method and Description |
|---|---|
EGLSurface |
createWindowSurface(EGL10 egl,
EGLDisplay display,
EGLConfig config,
java.lang.Object nativeWindow) |
void |
destroySurface(EGL10 egl,
EGLDisplay display,
EGLSurface surface) |