Lines Matching refs:PatchAttribs
247 using MakeTessellatorFn = std::unique_ptr<StrokeTessellator>(*)(PatchAttribs);
249 static std::unique_ptr<StrokeTessellator> make_hw_tessellator(PatchAttribs attribs) {
253 static std::unique_ptr<StrokeTessellator> make_fixed_count_tessellator(PatchAttribs attribs) {
327 PatchAttribs attribs, float matrixScale, const char* suffix)
371 const PatchAttribs fPatchAttribs;
381 make_simple_cubic_path, make_hw_tessellator, PatchAttribs::kNone, 1,
386 make_simple_cubic_path, make_hw_tessellator, PatchAttribs::kNone, 5,
391 make_motionmark_paths, make_hw_tessellator, PatchAttribs::kStrokeParams, 1,
396 make_simple_cubic_path, make_fixed_count_tessellator, PatchAttribs::kNone, 1,
401 make_simple_cubic_path, make_fixed_count_tessellator, PatchAttribs::kNone, 5,
406 make_motionmark_paths, make_fixed_count_tessellator, PatchAttribs::kStrokeParams, 1,