Searched refs:ERROR_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
34 constexpr double ERROR_THRESHOLD = 160000000000.0; // 400 usec squared variable158 bool shouldDisableScreenVsync = modeUpdated_ && (error_ < ERROR_THRESHOLD / 2); in AddSample()281 if (error_ > ERROR_THRESHOLD) { in AddPresentFenceTime()285 return !modeUpdated_ || error_ > ERROR_THRESHOLD; in AddPresentFenceTime()