Searched refs:queueDuration (Results 1 – 2 of 2) sorted by relevance
376 if (swapA.dequeueDuration < SLOW_THRESHOLD && swapA.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()391 if (swapB.dequeueDuration < SLOW_THRESHOLD && swapB.queueDuration < SLOW_THRESHOLD) { in isSwapChainStuffed()679 swap.queueDuration = in draw()683 swap.queueDuration = 0; in draw()686 mCurrentFrameInfo->set(FrameInfoIndex::QueueBufferDuration) = swap.queueDuration; in draw()
307 nsecs_t queueDuration; member