android.opengl.GLSurfaceView.EGLContextFactorypublic class EGLContextFactory
extends java.lang.Object
implements android.opengl.GLSurfaceView.EGLContextFactory
| Constructor | Description |
|---|---|
EGLContextFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.microedition.khronos.egl.EGLContext |
createContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLConfig config) |
|
void |
destroyContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLContext context) |
public javax.microedition.khronos.egl.EGLContext createContext(javax.microedition.khronos.egl.EGL10 egl,
@Nullable
javax.microedition.khronos.egl.EGLDisplay display,
@Nullable
javax.microedition.khronos.egl.EGLConfig config)
createContext in interface android.opengl.GLSurfaceView.EGLContextFactorypublic void destroyContext(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLContext context)
destroyContext in interface android.opengl.GLSurfaceView.EGLContextFactory