Searched refs:StrokeFixedCountTessellator (Results 1 – 7 of 7) sorted by relevance
19 class StrokeFixedCountTessellator : public StrokeTessellator {24 StrokeFixedCountTessellator(PatchAttribs attribs) : StrokeTessellator(attribs) {} in StrokeFixedCountTessellator() function
27 StrokeFixedCountTessellator::kMaxParametricSegments_pow4;225 int numEdges = StrokeFixedCountTessellator::NumFixedEdgesInJoin(joinType); in worst_case_edges_in_join()239 int StrokeFixedCountTessellator::prepare(GrMeshDrawTarget* target, in prepare()429 void StrokeFixedCountTessellator::InitializeVertexIDFallbackBuffer(VertexWriter vertexWriter, in InitializeVertexIDFallbackBuffer()439 void StrokeFixedCountTessellator::draw(GrOpFlushState* flushState) const { in draw()
202 fTessellator = arena->make<StrokeFixedCountTessellator>(fPatchAttribs); in prePrepareTessellator()204 maxParametricSegments_log2 = StrokeFixedCountTessellator::kMaxParametricSegments_log2; in prePrepareTessellator()
185 skgpu::StrokeFixedCountTessellator::NumFixedEdgesInJoin(joinType)); in onEmitCode()
397 "tessellate/StrokeFixedCountTessellator.cpp",398 "tessellate/StrokeFixedCountTessellator.h",
254 return std::make_unique<StrokeFixedCountTessellator>(attribs); in make_fixed_count_tessellator()
334 "$_src/gpu/tessellate/StrokeFixedCountTessellator.cpp",335 "$_src/gpu/tessellate/StrokeFixedCountTessellator.h",