Home
last modified time | relevance | path

Searched refs:StrokeFixedCountTessellator (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/tessellate/
DStrokeFixedCountTessellator.h19 class StrokeFixedCountTessellator : public StrokeTessellator {
24 StrokeFixedCountTessellator(PatchAttribs attribs) : StrokeTessellator(attribs) {} in StrokeFixedCountTessellator() function
DStrokeFixedCountTessellator.cpp27 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()
/third_party/skia/src/gpu/ops/
DStrokeTessellateOp.cpp202 fTessellator = arena->make<StrokeFixedCountTessellator>(fPatchAttribs); in prePrepareTessellator()
204 maxParametricSegments_log2 = StrokeFixedCountTessellator::kMaxParametricSegments_log2; in prePrepareTessellator()
/third_party/skia/src/gpu/tessellate/shaders/
DGrStrokeTessellationShader_InstancedImpl.cpp185 skgpu::StrokeFixedCountTessellator::NumFixedEdgesInJoin(joinType)); in onEmitCode()
/third_party/skia/src/gpu/
DBUILD.bazel397 "tessellate/StrokeFixedCountTessellator.cpp",
398 "tessellate/StrokeFixedCountTessellator.h",
/third_party/skia/bench/
DTessellateBench.cpp254 return std::make_unique<StrokeFixedCountTessellator>(attribs); in make_fixed_count_tessellator()
/third_party/skia/gn/
Dgpu.gni334 "$_src/gpu/tessellate/StrokeFixedCountTessellator.cpp",
335 "$_src/gpu/tessellate/StrokeFixedCountTessellator.h",