Searched refs:CommandProcessorTask (Results 1 – 2 of 2) sorted by relevance
77 class CommandProcessorTask80 CommandProcessorTask() { initTask(); } in CommandProcessorTask() function108 CommandProcessorTask &operator=(CommandProcessorTask &&rhs);110 CommandProcessorTask(CommandProcessorTask &&other) : CommandProcessorTask() in CommandProcessorTask() function526 void queueCommand(CommandProcessorTask &&task);533 angle::Result processTask(CommandProcessorTask *task);538 std::queue<CommandProcessorTask> mTasks;
99 void CommandProcessorTask::initTask() in initTask()117 void CommandProcessorTask::initProcessCommands(bool hasProtectedContent, in initProcessCommands()127 void CommandProcessorTask::copyPresentInfo(const VkPresentInfoKHR &other) in copyPresentInfo()191 void CommandProcessorTask::initPresent(egl::ContextPriority priority, in initPresent()199 void CommandProcessorTask::initFinishToSerial(Serial serial) in initFinishToSerial()207 void CommandProcessorTask::initFlushAndQueueSubmit( in initFlushAndQueueSubmit()226 void CommandProcessorTask::initOneOffQueueSubmit(VkCommandBuffer commandBufferHandle, in initOneOffQueueSubmit()240 CommandProcessorTask &CommandProcessorTask::operator=(CommandProcessorTask &&rhs) in operator =()347 void CommandProcessor::queueCommand(CommandProcessorTask &&task) in queueCommand()393 CommandProcessorTask task(std::move(mTasks.front())); in processTasksImpl()[all …]