Searched refs:onSurfaceChanged (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java266 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:GameRenderer
H A DGLSurfaceView.java645 * void onSurfaceChanged(GL10 gl, int width, int height) {
659 void onSurfaceChanged(GL10 gl, int width, int height); method in interface:GLSurfaceView.Renderer
1259 DebugLog.w("GLThread", "onSurfaceChanged(" + w + ", " + h + ")");
1261 mRenderer.onSurfaceChanged(gl, w, h);
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java370 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:OGLESContext

Completed in 271 milliseconds