Esempio n. 1
0
 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
   GS2DJNI.start(
       apkPath,
       activity.getExternalStoragePath(),
       activity.getGlobalExternalStoragePath(),
       GL2JNIView.displayWidth,
       GL2JNIView.displayHeight);
 }