HomeSort by relevance Sort by last modified time
    Searched refs:sTick (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 90 static long sTick = 0;
426 const int beginFade = sTick - sCurrentCamTrackStartTick;
427 const int endFade = sNextCamTrackStartTick - sTick;
595 const int offs100 = x * shipScale100 + (sTick % shipScale100);
711 if (sNextCamTrackStartTick <= sTick)
720 currentCamTick = sTick - sCurrentCamTrackStartTick;
761 sTick = (sTick + tick - sStartTick) >> 1;
764 if (sTick >= RUN_LENGTH)
  /frameworks/native/opengl/tests/angeles/
demo.c 90 static long sTick = 0;
426 const int beginFade = sTick - sCurrentCamTrackStartTick;
427 const int endFade = sNextCamTrackStartTick - sTick;
595 const int offs100 = x * shipScale100 + (sTick % shipScale100);
711 if (sNextCamTrackStartTick <= sTick)
720 currentCamTick = sTick - sCurrentCamTrackStartTick;
761 sTick = (sTick + tick - sStartTick) >> 1;
764 if (sTick >= RUN_LENGTH)

Completed in 226 milliseconds