public static interface GLSurfaceView.Renderer
| Modifier and Type | Method and Description |
|---|---|
void |
onDrawFrame(javax.microedition.khronos.opengles.GL10 gl) |
void |
onSurfaceChanged(javax.microedition.khronos.opengles.GL10 gl,
int width,
int height) |
void |
onSurfaceCreated(javax.microedition.khronos.opengles.GL10 gl,
javax.microedition.khronos.egl.EGLConfig config) |
void onSurfaceCreated(javax.microedition.khronos.opengles.GL10 gl,
javax.microedition.khronos.egl.EGLConfig config)
void onSurfaceChanged(javax.microedition.khronos.opengles.GL10 gl,
int width,
int height)
void onDrawFrame(javax.microedition.khronos.opengles.GL10 gl)
Copyright © 2008-2013. All Rights Reserved.