Searched refs:mCommands (Results 1 – 2 of 2) sorted by relevance
131 for (const CommandHeader *command : mCommands) in executeCommands()531 *allocatedMemoryOut = kBlockSize * mCommands.size(); in getMemoryUsageStats()534 for (const CommandHeader *command : mCommands) in getMemoryUsageStats()552 for (const CommandHeader *command : mCommands) in dumpCommands()
655 mCommands.clear(); in reset()665 bool empty() const { return mCommands.size() == 0 || mCommands[0]->id == CommandID::Invalid; } in empty()688 mCommands.push_back(reinterpret_cast<CommandHeader *>(mCurrentWritePointer)); in allocateNewBlock()740 std::vector<CommandHeader *> mCommands; variable