Home
last modified time | relevance | path

Searched refs:drawFixedCount (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DPathTessellator.h108 virtual void drawFixedCount(GrOpFlushState*) const = 0;
114 this->drawFixedCount(flushState); in draw()
DPathWedgeTessellator.h60 void drawFixedCount(GrOpFlushState*) const final;
DPathCurveTessellator.h61 void drawFixedCount(GrOpFlushState*) const final;
DPathCurveTessellator.cpp242 void PathCurveTessellator::drawFixedCount(GrOpFlushState* flushState) const { in drawFixedCount() function in skgpu::PathCurveTessellator
DPathWedgeTessellator.cpp303 void PathWedgeTessellator::drawFixedCount(GrOpFlushState* flushState) const { in drawFixedCount() function in skgpu::PathWedgeTessellator