예제 #1
0
파일: GlView.java 프로젝트: Thommil/KeskGL
 /**
  * This method is part of the SurfaceHolder.Callback interface, and is not normally called or
  * subclassed by clients of GLSceneView.
  */
 public void surfaceCreated(SurfaceHolder holder) {
   if (mGLThread != null) {
     mGLThread.surfaceCreated();
   }
 }