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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 89 static long sStartTick = 0;
755 if (sStartTick == 0)
756 sStartTick = tick;
761 sTick = (sTick + tick - sStartTick) >> 1;
  /frameworks/native/opengl/tests/angeles/
demo.c 89 static long sStartTick = 0;
755 if (sStartTick == 0)
756 sStartTick = tick;
761 sTick = (sTick + tick - sStartTick) >> 1;

Completed in 53 milliseconds