Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp23 const char *GetCommandString(CommandID id) in GetCommandString() function
824 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
/external/skia/tools/debugger/
DDrawCommand.h118 static const char* GetCommandString(OpType type);
DDrawCommand.cpp232 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString() function in DrawCommand
283 writer.appendCString(DEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()