Searched refs:sTick (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/angeles/
H A Ddemo.c90 static long sTick = 0; variable
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 48 milliseconds