Package com.kakao.vectormap.graphics.gl
Interface GLSurfaceView.EGLWindowSurfaceFactory
-
- Enclosing class:
- GLSurfaceView
public static interface GLSurfaceView.EGLWindowSurfaceFactory
An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.This interface must be implemented by clients wishing to call
GLSurfaceView.setEGLWindowSurfaceFactory(EGLWindowSurfaceFactory)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EGLSurface
createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, java.lang.Object nativeWindow)
void
destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface)
-