public void onDrawFrame(GL10 gl) {
   GiderosApplication app = GiderosApplication.getInstance();
   if (app != null) app.onDrawFrame();
 }