Home
last modified time | relevance | path

Searched defs:addCommand (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/tools/sk_app/
DCommandSet.cpp71 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() function in sk_app::CommandSet
76 void CommandSet::addCommand(skui::Key k, const char* keyName, const char* group, in addCommand() function in sk_app::CommandSet
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp287 void IndirectDraw::addCommand<vk::VkDrawIndirectCommand> (const vk::VkDrawIndirectCommand& command) in addCommand() function in vkt::Draw::__anone88b33510111::IndirectDraw
299 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand> (const vk::VkDrawIndexedIndirectCom… in addCommand() function in vkt::Draw::__anone88b33510111::IndirectDraw
DvktBasicDrawTests.cpp170 …void addCommand (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const de… in addCommand() function
191 …void addCommand (const deUint32 indexC, const deUint32 instanceC, const deUint32 firstIdx, const d… in addCommand() function
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js263 addCommand(cmd, opts) { method in Command
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1303 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer