Lines Matching refs:GrStrokeTessellateOp
20 GrStrokeTessellateOp::GrStrokeTessellateOp(GrAAType aaType, const SkMatrix& viewMatrix, in GrStrokeTessellateOp() function in GrStrokeTessellateOp
42 void GrStrokeTessellateOp::visitProxies(const VisitProxyFunc& fn) const { in visitProxies()
52 GrDrawOp::FixedFunctionFlags GrStrokeTessellateOp::fixedFunctionFlags() const { in fixedFunctionFlags()
62 GrProcessorSet::Analysis GrStrokeTessellateOp::finalize(const GrCaps& caps, in finalize()
74 GrOp::CombineResult GrStrokeTessellateOp::onCombineIfPossible(GrOp* grOp, SkArenaAlloc* alloc, in onCombineIfPossible()
77 auto* op = static_cast<GrStrokeTessellateOp*>(grOp); in onCombineIfPossible()
150 bool GrStrokeTessellateOp::canUseHardwareTessellation(int numVerbs, const GrCaps& caps) { in canUseHardwareTessellation()
173 void GrStrokeTessellateOp::prePrepareTessellator(GrPathShader::ProgramArgs&& args, in prePrepareTessellator()
213 void GrStrokeTessellateOp::onPrePrepare(GrRecordingContext* context, in onPrePrepare()
229 void GrStrokeTessellateOp::onPrepare(GrOpFlushState* flushState) { in onPrepare()
240 void GrStrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) { in onExecute()