Home
last modified time | relevance | path

Searched refs:queueCommand (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp347 void CommandProcessor::queueCommand(CommandProcessorTask &&task) in queueCommand() function in rx::vk::CommandProcessor
512 queueCommand(std::move(checkCompletedTask)); in checkCompletedCommands()
546 queueCommand(std::move(endTask)); in destroy()
587 queueCommand(std::move(task)); in finishToSerial()
661 queueCommand(std::move(task)); in submitFrame()
679 queueCommand(std::move(task)); in queueSubmitOneOff()
697 queueCommand(std::move(task)); in queuePresent()
724 queueCommand(std::move(task)); in flushOutsideRPCommands()
740 queueCommand(std::move(task)); in flushRenderPassCommands()
DCommandProcessor.h526 void queueCommand(CommandProcessorTask &&task);
/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java179 queueCommand(hotSpot); in update()
470 private void queueCommand(int hotspot) { in queueCommand() method in NPCComponent