android.opengl
Interface GLSurfaceView.Renderer
- Enclosing class:
- GLSurfaceView
public static interface GLSurfaceView.Renderer
Method Summary |
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)
|
onSurfaceCreated
void onSurfaceCreated(javax.microedition.khronos.opengles.GL10 gl,
javax.microedition.khronos.egl.EGLConfig config)
onSurfaceChanged
void onSurfaceChanged(javax.microedition.khronos.opengles.GL10 gl,
int width,
int height)
onDrawFrame
void onDrawFrame(javax.microedition.khronos.opengles.GL10 gl)
Copyright © 2008-2012. All Rights Reserved.