Searched refs:mPresentFences (Results 1 – 2 of 2) sorted by relevance
42 return mPresentFences[i].fenceTime; in presentFenceForPastVsync()154 mPresentFences[1] = mPresentFences[0]; in setPresentFence()155 mPresentFences[0] = {std::move(presentFence), presentFenceTime, mExpectedPresentTime}; in setPresentFence()
69 return mPresentFences.front().fenceTime; in presentFenceForPreviousFrame()109 std::array<FenceWithFenceTime, 2> mPresentFences; variable