Home
last modified time | relevance | path

Searched refs:GetCommandString (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tools/mdbviz/
H A DModel.cpp65 return DrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp23 const char *GetCommandString(CommandID id) in GetCommandString() function
619 result << GetCommandString(currentCommand->id) << separator; in dumpCommands()
/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp646 SkDebugf("%16s, ", DrawCommand::GetCommandString(expected[i])); in print()
652 SkDebugf("%s\n", DrawCommand::GetCommandString(actual[i])); in print()
/third_party/skia/tools/debugger/
H A DDrawCommand.h93 static const char* GetCommandString(OpType type);
H A DDrawCommand.cpp208 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString() function in DrawCommand
259 writer.appendString(DEBUGCANVAS_ATTRIBUTE_COMMAND, this->GetCommandString(fOpType)); in toJSON()

Completed in 10 milliseconds