public abstract class GlFrameBufferObjectRenderer
extends java.lang.Object
implements android.opengl.GLSurfaceView.Renderer
| Modifier | Constructor and Description |
|---|---|
protected |
GlFrameBufferObjectRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
abstract void |
onDrawFrame() |
void |
onDrawFrame(javax.microedition.khronos.opengles.GL10 gl) |
void |
onSurfaceChanged(javax.microedition.khronos.opengles.GL10 gl,
int width,
int height) |
abstract void |
onSurfaceChanged(int width,
int height) |
abstract void |
onSurfaceCreated(javax.microedition.khronos.egl.EGLConfig config) |
void |
onSurfaceCreated(javax.microedition.khronos.opengles.GL10 gl,
javax.microedition.khronos.egl.EGLConfig config) |
public final void onSurfaceCreated(javax.microedition.khronos.opengles.GL10 gl,
javax.microedition.khronos.egl.EGLConfig config)
onSurfaceCreated in interface android.opengl.GLSurfaceView.Rendererpublic final void onSurfaceChanged(javax.microedition.khronos.opengles.GL10 gl,
int width,
int height)
onSurfaceChanged in interface android.opengl.GLSurfaceView.Rendererpublic final void onDrawFrame(javax.microedition.khronos.opengles.GL10 gl)
onDrawFrame in interface android.opengl.GLSurfaceView.Rendererprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic abstract void onSurfaceCreated(javax.microedition.khronos.egl.EGLConfig config)
public abstract void onSurfaceChanged(int width,
int height)
public abstract void onDrawFrame()