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

  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 108 static long sNextCamTrackStartTick = 0x7fffffff;
589 const int endFade = sNextCamTrackStartTick - sTick;
978 if (sNextCamTrackStartTick <= sTick)
981 sCurrentCamTrackStartTick = sNextCamTrackStartTick;
983 sNextCamTrackStartTick = sCurrentCamTrackStartTick +
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 94 static long sNextCamTrackStartTick = 0x7fffffff;
427 const int endFade = sNextCamTrackStartTick - sTick;
711 if (sNextCamTrackStartTick <= sTick)
714 sCurrentCamTrackStartTick = sNextCamTrackStartTick;
716 sNextCamTrackStartTick = sCurrentCamTrackStartTick +

Completed in 616 milliseconds