Searched refs:queueDuration (Results 1 – 2 of 2) sorted by relevance
322 if (swapA.dequeueDuration < SLOW_THRESHOLD && swapA.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()337 if (swapB.dequeueDuration < SLOW_THRESHOLD && swapB.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()573 swap.queueDuration = in draw()577 swap.queueDuration = 0; in draw()580 mCurrentFrameInfo->set(FrameInfoIndex::QueueBufferDuration) = swap.queueDuration; in draw()
278 nsecs_t queueDuration; member