Home
last modified time | relevance | path

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

/external/skia/tools/mdbviz/
DModel.cpp65 return DrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
/external/skqp/tools/mdbviz/
DModel.cpp65 return SkDrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp445 args.GetCommandString(cmd_line); in DoExecute()
504 args.GetCommandString(cmd_line); in DoExecute()
557 args.GetCommandString(cmd_line); in DoExecute()
602 args.GetCommandString(cmd_line); in DoExecute()
694 args.GetCommandString(cmd_line); in DoExecute()
DCommandObjectHelp.cpp132 command.GetCommandString(cmd_string); in DoExecute()
DCommandObjectCommands.cpp566 args.GetCommandString(args_string); in HandleAliasingNormalCommand()
DCommandObjectThread.cpp2161 current_command_args.GetCommandString(m_repeat_command); in GetRepeatCommand()
/external/llvm-project/lldb/include/lldb/Utility/
DArgs.h110 bool GetCommandString(std::string &command) const;
/external/skqp/tests/
DMatrixClipCollapseTest.cpp646 SkDebugf("%16s, ", SkDrawCommand::GetCommandString(expected[i])); in print()
652 SkDebugf("%s\n", SkDrawCommand::GetCommandString(actual[i])); in print()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp23 const char *GetCommandString(CommandID id) in GetCommandString() function
625 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
/external/skia/tests/
DMatrixClipCollapseTest.cpp646 SkDebugf("%16s, ", DrawCommand::GetCommandString(expected[i])); in print()
652 SkDebugf("%s\n", DrawCommand::GetCommandString(actual[i])); in print()
/external/llvm-project/lldb/source/Utility/
DArgs.cpp212 bool Args::GetCommandString(std::string &command) const { in GetCommandString() function in Args
/external/skia/tools/debugger/
DDrawCommand.h92 static const char* GetCommandString(OpType type);
DDrawCommand.cpp213 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString() function in DrawCommand
263 writer.appendString(DEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()
/external/skqp/tools/debugger/
DSkDrawCommand.h93 static const char* GetCommandString(OpType type);
DSkDrawCommand.cpp211 const char* SkDrawCommand::GetCommandString(OpType type) { in GetCommandString() function in SkDrawCommand
260 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()