Lines Matching refs:lastFrame
706 FrameTimes& lastFrame = frameTimes.back();
707 const EGLnsecsANDROID pollingDeadline = lastFrame.swapBufferBeginNs + 1000000000;
714 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
716 populateFrameTimes(&lastFrame, timestamps, supportedValues);
721 finalTimestampAvailable = !timestampPending(lastFrame.displayPresent);
723 finalTimestampAvailable = !timestampPending(lastFrame.firstCompositionStart);
727 m_result.check((lastFrame.requestedPresent >= 0), "Requested present of last swap not avaiable.");
728 m_result.check((lastFrame.renderingComplete >= 0), "Rendering complete of last swap not avaiable.");
729 m_result.check((lastFrame.latch >= 0), "Latch of last swap not avaiable.");
730 m_result.check((lastFrame.firstCompositionStart >= 0), "First composite time of last swap not avaiable.");
731 m_result.check((lastFrame.lastCompositionStart >= 0), "Last composite time of last swap not avaiable.");