Home
last modified time | relevance | path

Searched refs:kDrawPoints_OpType (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/debugger/
DSkDrawCommand.h40 kDrawPoints_OpType, enumerator
DSkDrawCommand.cpp196 case kDrawPoints_OpType: return "DrawPoints"; in GetCommandString()
2296 : INHERITED(kDrawPoints_OpType) { in SkDrawPointsCommand()