Searched refs:pendingPresentFence (Results 1 – 1 of 1) sorted by relevance
1520 const auto& pendingPresentFence = *mPendingPresentFences.begin(); in flushPendingPresentFences() local1522 auto& displayFrame = pendingPresentFence.second; in flushPendingPresentFences()1532 const auto& pendingPresentFence = mPendingPresentFences[i]; in flushPendingPresentFences() local1534 if (pendingPresentFence.first && pendingPresentFence.first->isValid()) { in flushPendingPresentFences()1535 signalTime = pendingPresentFence.first->getSignalTime(); in flushPendingPresentFences()1541 auto& displayFrame = pendingPresentFence.second; in flushPendingPresentFences()