Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DStrokeTessellateOp.cpp96 GrOp::CombineResult StrokeTessellateOp::onCombineIfPossible(GrOp* grOp, SkArenaAlloc* alloc, in onCombineIfPossible() argument
98 SkASSERT(grOp->classID() == this->classID()); in onCombineIfPossible()
99 auto* op = static_cast<StrokeTessellateOp*>(grOp); in onCombineIfPossible()
DPathTessellateOp.cpp44 GrDrawOp::CombineResult PathTessellateOp::onCombineIfPossible(GrOp* grOp, in onCombineIfPossible() argument
47 auto* op = grOp->cast<PathTessellateOp>(); in onCombineIfPossible()