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