Searched refs:onSurfaceCreated (Results 1 - 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java80 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:GameRenderer
121 mGame.onSurfaceCreated();
H A DGLSurfaceView.java603 * that it still needs. The {@link #onSurfaceCreated(GL10, EGLConfig)} method
634 void onSurfaceCreated(GL10 gl, EGLConfig config); method in interface:GLSurfaceView.Renderer
663 * to be recreated. onSurfaceCreated() will be called after
1248 DebugLog.w("GLThread", "onSurfaceCreated");
1251 mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig);
H A DGame.java497 public void onSurfaceCreated() { method in class:Game
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DVideoStreamsView.java183 public void onSurfaceCreated(GL10 unused, EGLConfig config) { method in class:VideoStreamsView
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java198 public void onSurfaceCreated(GL10 gl, EGLConfig cfg) { method in class:OGLESContext

Completed in 171 milliseconds