Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:TimingInfo

111 class TimingInfo {
113 TimingInfo() = default;
114 TimingInfo(const VkPresentTimeGOOGLE* qp, uint64_t nativeFrameId)
195 // Maximum number of TimingInfo structs to keep per swapchain:
236 android::Vector<TimingInfo> timing;
315 TimingInfo& ti = swapchain.timing.editItemAt(i);
317 // This TimingInfo is ready to be reported to the user. Add it
322 // This TimingInfo is not yet ready to be reported to the user,
348 // Record the timestamp(s) we received, and then see if this TimingInfo
356 // The TimingInfo has received enough timestamps, and should now
387 const TimingInfo& ti = swapchain.timing[i];
1427 swapchain.timing.push_back(TimingInfo(time, nativeFrameId));