Searched refs:CommandProcessorTask (Results 1 – 2 of 2) sorted by relevance
128 class CommandProcessorTask131 CommandProcessorTask() { initTask(); } in CommandProcessorTask() function166 CommandProcessorTask &operator=(CommandProcessorTask &&rhs);168 CommandProcessorTask(CommandProcessorTask &&other) : CommandProcessorTask() in CommandProcessorTask() function251 angle::FixedQueue<CommandProcessorTask, kMaxCommandProcessorTasksLimit>;643 angle::Result queueCommand(CommandProcessorTask &&task);650 angle::Result processTask(CommandProcessorTask *task);
209 void CommandProcessorTask::initTask() in initTask()231 void CommandProcessorTask::initFlushWaitSemaphores( in initFlushWaitSemaphores()244 void CommandProcessorTask::initOutsideRenderPassProcessCommands( in initOutsideRenderPassProcessCommands()255 void CommandProcessorTask::initRenderPassProcessCommands( in initRenderPassProcessCommands()268 void CommandProcessorTask::copyPresentInfo(const VkPresentInfoKHR &other) in copyPresentInfo()362 void CommandProcessorTask::initPresent(egl::ContextPriority priority, in initPresent()372 void CommandProcessorTask::initFlushAndQueueSubmit(VkSemaphore semaphore, in initFlushAndQueueSubmit()386 void CommandProcessorTask::initOneOffQueueSubmit(VkCommandBuffer commandBufferHandle, in initOneOffQueueSubmit()402 CommandProcessorTask &CommandProcessorTask::operator=(CommandProcessorTask &&rhs) in operator =()578 angle::Result CommandProcessor::queueCommand(CommandProcessorTask &&task) in queueCommand()[all …]