Package com.kakao.vectormap.graphics.gl
Class EglContextFactory
- java.lang.Object
- 
- com.kakao.vectormap.graphics.gl.EglContextFactory
 
- 
- All Implemented Interfaces:
- GLSurfaceView.EGLContextFactory
 
 public class EglContextFactory extends java.lang.Object implements GLSurfaceView.EGLContextFactory 
- 
- 
Constructor SummaryConstructors Constructor Description EglContextFactory(int eglContextClientVersion, IEglLifeCycleCallback eglContextCallback)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EGLContextcreateContext(EGL10 egl, EGLDisplay display, EGLConfig config)voiddestroyContext(EGL10 egl, EGLDisplay display, EGLContext context)
 
- 
- 
- 
Constructor Detail- 
EglContextFactorypublic EglContextFactory(int eglContextClientVersion, IEglLifeCycleCallback eglContextCallback)
 
- 
 - 
Method Detail- 
createContextpublic EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config)- Specified by:
- createContextin interface- GLSurfaceView.EGLContextFactory
 
 - 
destroyContextpublic void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context)- Specified by:
- destroyContextin interface- GLSurfaceView.EGLContextFactory
 
 
- 
 
-