Searched refs:estimatedNextVsync (Results 1 – 1 of 1) sorted by relevance
342 nsecs_t estimatedNextVsync = lastVsync + renderThread->timeLord().frameIntervalNanos(); in prepareToDraw() local343 nsecs_t timeToNextVsync = estimatedNextVsync - systemTime(CLOCK_MONOTONIC); in prepareToDraw()350 renderThread->queue().postAt(estimatedNextVsync + 8_ms, task); in prepareToDraw()