Esempio n. 1
0
 public void onDrawFrame(GL10 gl) {
   GL2JNILib.step();
 }
Esempio n. 2
0
 @Override
 public void onCreate() {
   super.onCreate();
   GL2JNILib.onApplicationCreate();
 }
Esempio n. 3
0
 public void onSurfaceChanged(GL10 gl, int width, int height) {
   GL2JNILib.init(width, height);
 }
Esempio n. 4
0
 public void onSurfaceChanged(GL10 gl, int width, int height) {
   Log.d("Java", "OnSurfaceChanged");
   GL2JNILib.init(GL2JNILib.asset, width, height);
 }