Searched refs:mPendingOneOffCommands (Results 1 – 2 of 2) sorted by relevance
478 for (PendingOneOffCommands &pending : mPendingOneOffCommands) in onDestroy()1992 mPendingOneOffCommands.push_back({*serialOut, std::move(primary)}); in queueSubmitOneOff()2183 if (!mPendingOneOffCommands.empty() && in getCommandBufferOneOff()2184 mPendingOneOffCommands.front().serial < mLastCompletedQueueSerial) in getCommandBufferOneOff()2186 *commandBufferOut = std::move(mPendingOneOffCommands.front().commandBuffer); in getCommandBufferOneOff()2187 mPendingOneOffCommands.pop_front(); in getCommandBufferOneOff()
372 std::deque<PendingOneOffCommands> mPendingOneOffCommands; variable