Searched refs:swapB (Results 1 – 1 of 1) sorted by relevance
272 auto& swapB = mSwapHistory[i]; in isSwapChainStuffed() local276 if (std::abs(swapA.swapCompletedTime - swapB.swapCompletedTime) > frameInterval * 3) { in isSwapChainStuffed()282 if (swapB.dequeueDuration < SLOW_THRESHOLD && swapB.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()286 swapA = swapB; in isSwapChainStuffed()