Package com.kakao.vectormap.graphics.gl
-
Interface Summary Interface Description GLSurfaceView.EGLConfigChooser An interface for choosing an EGLConfig configuration from a list of potential configurations.GLSurfaceView.EGLContextFactory An interface for customizing the eglCreateContext and eglDestroyContext calls.GLSurfaceView.EGLWindowSurfaceFactory An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.GLSurfaceView.GLWrapper An interface used to wrap a GL interface.GLSurfaceView.Renderer A generic renderer interface.IEglLifeCycleCallback EglContext destroy, Surface's create, destroy callback -
Class Summary Class Description EGL14 EGL 1.4EGL15 EGL 1.5EglContextFactory EGLExt EGL ExtensionsGLRenderer GLSurfaceView An implementation of SurfaceView that uses the dedicated surface for displaying OpenGL rendering.GLSurfaceView.BaseConfigChooser KConfigChooser KGLSurfaceView