Searched refs:mAutoSwapIntervalThreshold (Results 1 – 2 of 2) sorted by relevance
170 (mAutoSwapInterval <= mAutoSwapIntervalThreshold); in swapInternal()415 mAutoSwapIntervalThreshold = (1e9f / mRefreshPeriod.count()) / 20; // 20FPS in Swappy()524 if (mAutoSwapInterval <= mAutoSwapIntervalThreshold) { in waitForNextFrame()
201 int mAutoSwapIntervalThreshold = 0; variable