Searched refs:timeToNextVsync (Results 1 – 1 of 1) sorted by relevance
343 nsecs_t timeToNextVsync = estimatedNextVsync - systemTime(CLOCK_MONOTONIC); in prepareToDraw() local349 if (timeToNextVsync > -6_ms && timeToNextVsync < 1_ms) { in prepareToDraw()