Home
last modified time | relevance | path

Searched defs:addCommand (Results 1 – 6 of 6) 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/flutter/skia/tools/sk_app/
DCommandSet.cpp72 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() function in sk_app::CommandSet
77 void CommandSet::addCommand(Window::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::__anon4d3f3c120111::IndirectDraw
299 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand> (const vk::VkDrawIndexedIndirectCom… in addCommand() function in vkt::Draw::__anon4d3f3c120111::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/deps/npm/lib/
Dnpm.js108 Object.keys(abbrevs).concat(plumbing).forEach(function addCommand (c) { function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1303 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer