@Override
 void setup(int width, int height) {
   super.setup(width, height);
   if (mVsyncDisabled) {
     disableVsync();
   }
 }