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