Searched refs:newDequeueable (Results 1 – 1 of 1) sorted by relevance
298 int newDequeueable = prevDequeueCommitted - dequeued; in configureGraphics() local299 if (newDequeueable < 0) { in configureGraphics()303 newDequeueable, prevDequeueCommitted, dequeued); in configureGraphics()311 int delta = newDequeueable - mDequeueable; in configureGraphics()318 newDequeueable, delta, mMaxDequeue); in configureGraphics()319 mDequeueable = newDequeueable; in configureGraphics()