Searched refs:probablyWaitsForPresentFence (Results 1 – 2 of 2) sorted by relevance
428 idleDuration += estimatedTiming.probablyWaitsForPresentFence in estimateWorkDuration()497 estimated.probablyWaitsForPresentFence = fenceTime > estimated.presentFenceWaitStartTime; in estimateTimelineFromReference()499 (estimated.probablyWaitsForPresentFence ? fenceTime in estimateTimelineFromReference()529 timeline.probablyWaitsForPresentFence = fenceTime > timeline.presentFenceWaitStartTime && in calculateDisplayTimeline()534 (timeline.probablyWaitsForPresentFence ? fenceTime in calculateDisplayTimeline()
192 bool probablyWaitsForPresentFence = false; member