Home
last modified time | relevance | path

Searched refs:StrokeFixedCountTessellator (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DStrokeFixedCountTessellator.h19 class StrokeFixedCountTessellator : public StrokeTessellator { class
24 StrokeFixedCountTessellator(PatchAttribs attribs) : StrokeTessellator(attribs) {} in StrokeFixedCountTessellator() function in skgpu::StrokeFixedCountTessellator
H A DStrokeFixedCountTessellator.cpp8 #include "src/gpu/tessellate/StrokeFixedCountTessellator.h"
27 StrokeFixedCountTessellator::kMaxParametricSegments_pow4;
225 int numEdges = StrokeFixedCountTessellator::NumFixedEdgesInJoin(joinType); in worst_case_edges_in_join()
239 int StrokeFixedCountTessellator::prepare(GrMeshDrawTarget* target, in prepare()
434 void StrokeFixedCountTessellator::InitializeVertexIDFallbackBuffer(VertexWriter vertexWriter, in InitializeVertexIDFallbackBuffer()
444 void StrokeFixedCountTessellator::draw(GrOpFlushState* flushState) const { in draw()
/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.cpp15 #include "src/gpu/tessellate/StrokeFixedCountTessellator.h"
202 fTessellator = arena->make<StrokeFixedCountTessellator>(fPatchAttribs); in prePrepareTessellator()
204 maxParametricSegments_log2 = StrokeFixedCountTessellator::kMaxParametricSegments_log2; in prePrepareTessellator()
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader_InstancedImpl.cpp12 #include "src/gpu/tessellate/StrokeFixedCountTessellator.h"
185 skgpu::StrokeFixedCountTessellator::NumFixedEdgesInJoin(joinType)); in onEmitCode()
/third_party/skia/bench/
H A DTessellateBench.cpp18 #include "src/gpu/tessellate/StrokeFixedCountTessellator.h"
254 return std::make_unique<StrokeFixedCountTessellator>(attribs); in make_fixed_count_tessellator()

Completed in 4 milliseconds