Searched refs:lastQueue (Results 1 – 1 of 1) sorted by relevance
79 final int lastQueue = (mQueueIndex == 0) ? DRAW_QUEUE_COUNT - 1 : mQueueIndex - 1; in swap() local82 FixedSizeArray<BaseObject> objects = mRenderQueues[lastQueue].getObjects(); in swap()