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