Lines Matching refs:presentFence
434 if (timeRecord->presentFence != nullptr) { in recordReadyLocked()
435 if (timeRecord->presentFence->getSignalTime() == Fence::SIGNAL_TIME_PENDING) { in recordReadyLocked()
438 if (timeRecord->presentFence->getSignalTime() != Fence::SIGNAL_TIME_INVALID) { in recordReadyLocked()
439 timeRecord->frameTime.presentTime = timeRecord->presentFence->getSignalTime(); in recordReadyLocked()
440 timeRecord->presentFence = nullptr; in recordReadyLocked()
745 const std::shared_ptr<FenceTime>& presentFence, in setPresentFence() argument
752 presentFence->getSignalTime()); in setPresentFence()
762 timeRecord.presentFence = presentFence; in setPresentFence()
995 void TimeStats::setPresentFenceGlobal(const std::shared_ptr<FenceTime>& presentFence) { in setPresentFenceGlobal() argument
1000 if (presentFence == nullptr || !presentFence->isValid()) { in setPresentFenceGlobal()
1021 mGlobalRecord.presentFences.emplace_back(presentFence); in setPresentFenceGlobal()