Home
last modified time | relevance | path

Searched refs:dumpCommands (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp611 std::string SecondaryCommandBuffer::dumpCommands(const char *separator) const in dumpCommands() function in rx::vk::priv::SecondaryCommandBuffer
DVulkanSecondaryCommandBuffer.h229 std::string dumpCommands(const char *separator) const { return ""; } in dumpCommands() function
DSecondaryCommandBuffer.h704 std::string dumpCommands(const char *separator) const;
Dvk_helpers.cpp2008 out << mCommandBuffer.dumpCommands("\\l"); in addCommandDiagnostics()