android.opengl.GLSurfaceView.EGLWindowSurfaceFactorypublic class EGLWindowSurfaceFactory
extends java.lang.Object
implements android.opengl.GLSurfaceView.EGLWindowSurfaceFactory
| Constructor | Description |
|---|---|
EGLWindowSurfaceFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.microedition.khronos.egl.EGLSurface |
createWindowSurface(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLConfig config,
java.lang.Object nativeWindow) |
|
void |
destroySurface(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLSurface surface) |
public javax.microedition.khronos.egl.EGLSurface createWindowSurface(@NonNull
javax.microedition.khronos.egl.EGL10 egl,
@Nullable
javax.microedition.khronos.egl.EGLDisplay display,
@Nullable
javax.microedition.khronos.egl.EGLConfig config,
@Nullable
java.lang.Object nativeWindow)
createWindowSurface in interface android.opengl.GLSurfaceView.EGLWindowSurfaceFactorypublic void destroySurface(javax.microedition.khronos.egl.EGL10 egl,
javax.microedition.khronos.egl.EGLDisplay display,
javax.microedition.khronos.egl.EGLSurface surface)
destroySurface in interface android.opengl.GLSurfaceView.EGLWindowSurfaceFactory