Searched refs:targetsVsyncsAhead (Results 1 – 2 of 2) sorted by relevance
33 const int shift = static_cast<int>(targetsVsyncsAhead<2>(minFramePeriod)); in pastVsyncTime()41 const size_t i = static_cast<size_t>(targetsVsyncsAhead<2>(minFramePeriod)); in presentFenceForPastVsync()51 if (!allowNVsyncs && targetsVsyncsAhead<3>(minFramePeriod)) { in wouldPresentEarly()
118 inline bool targetsVsyncsAhead(Period minFramePeriod) const { in targetsVsyncsAhead() function