Searched refs:swapB (Results 1 – 1 of 1) sorted by relevance
220 auto& swapB = mSwapHistory[i]; in isSwapChainStuffed() local224 if (swapA.swapCompletedTime - swapB.swapCompletedTime > frameInterval * 3) { in isSwapChainStuffed()230 if (swapB.dequeueDuration < SLOW_THRESHOLD in isSwapChainStuffed()231 && swapB.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()235 swapA = swapB; in isSwapChainStuffed()