Searched refs:newSwapInterval (Results 1 – 2 of 2) sorted by relevance
424 int32_t newSwapInterval = ::round(float(Settings::getInstance()->getSwapIntervalNS()) / in onSettingsChanged() local426 if (mSwapInterval != newSwapInterval || mAutoSwapInterval != newSwapInterval) { in onSettingsChanged()427 mSwapInterval = newSwapInterval; in onSettingsChanged()554 const int32_t& newSwapInterval) { in swapSlower() argument561 mAutoSwapInterval = newSwapInterval; in swapSlower()580 const int32_t& newSwapInterval) { in swapFaster() argument582 mAutoSwapInterval = newSwapInterval; in swapFaster()623 const int32_t newSwapInterval = framesPerRefresh + (framesPerRefreshRemainder ? 1 : 0); in updateSwapInterval() local633 swapSlower(averageFrameTime, upperBound, lowerBound, newSwapInterval); in updateSwapInterval()637 swapFaster(averageFrameTime, upperBound, lowerBound, newSwapInterval); in updateSwapInterval()
183 const int32_t& newSwapInterval) REQUIRES(mFrameDurationsMutex);188 const int32_t& newSwapInterval) REQUIRES(mFrameDurationsMutex);