Searched refs:VsyncError (Results 1 – 1 of 1) sorted by relevance
254 struct VsyncError { in isVSyncInPhase() struct258 bool operator<(const VsyncError& other) const { return error < other.error; } in isVSyncInPhase() argument285 std::vector<VsyncError> vsyncs(static_cast<size_t>(divider)); in isVSyncInPhase()