Lines Matching defs:StrokeTessellateOp
8 #include "src/gpu/ops/StrokeTessellateOp.h"
41 StrokeTessellateOp::StrokeTessellateOp(GrAAType aaType, const SkMatrix& viewMatrix,
69 void StrokeTessellateOp::visitProxies(const GrVisitProxyFunc& func) const {
79 GrProcessorSet::Analysis StrokeTessellateOp::finalize(const GrCaps& caps,
96 GrOp::CombineResult StrokeTessellateOp::onCombineIfPossible(GrOp* grOp, SkArenaAlloc* alloc,
99 auto* op = static_cast<StrokeTessellateOp*>(grOp);
176 void StrokeTessellateOp::prePrepareTessellator(GrTessellationShader::ProgramArgs&& args,
227 void StrokeTessellateOp::onPrePrepare(GrRecordingContext* context,
246 void StrokeTessellateOp::onPrepare(GrOpFlushState* flushState) {
268 void StrokeTessellateOp::onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) {