Searched defs:addCommand (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tools/sk_app/ |
D | CommandSet.cpp | 71 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/ |
D | CommandSet.cpp | 72 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/ |
D | vktDrawIndirectTest.cpp | 287 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
|
D | vktBasicDrawTests.cpp | 170 …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/ |
D | npm.js | 108 Object.keys(abbrevs).concat(plumbing).forEach(function addCommand (c) { function
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 1303 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer
|