Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c104 static long sTick = 0; variable
588 const int beginFade = sTick - sCurrentCamTrackStartTick; in drawFadeQuad()
589 const int endFade = sNextCamTrackStartTick - sTick; in drawFadeQuad()
831 const int offs100 = x * shipScale100 + (sTick % shipScale100); in drawModels()
978 if (sNextCamTrackStartTick <= sTick) in camTrack()
987 currentCamTick = sTick - sCurrentCamTrackStartTick; in camTrack()
1032 sTick = (sTick + tick - sStartTick) >> 1; in appRender()
1035 if (sTick >= RUN_LENGTH) in appRender()