public static interface DumbRenderer.RendererDelegater
| Modifier and Type | Method and Description |
|---|---|
void |
onDraw(EGLBase eglBase,
java.lang.Object... args) |
void |
onMirror(EGLBase eglBase,
int mirror) |
void |
onResize(EGLBase eglBase,
int width,
int height) |
void |
onSetSurface(EGLBase eglBase,
java.lang.Object surface) |
void |
onStart(EGLBase eglBase) |
void |
onStop(EGLBase eglBase) |
void onStart(EGLBase eglBase)
void onStop(EGLBase eglBase)
void onSetSurface(EGLBase eglBase, java.lang.Object surface)
void onResize(EGLBase eglBase, int width, int height)
void onDraw(EGLBase eglBase, java.lang.Object... args)
void onMirror(EGLBase eglBase, int mirror)