Searched refs:maxParametricSegments_log2 (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | StrokeTessellateOp.cpp | 192 int maxParametricSegments_log2; in prePrepareTessellator() local 200 maxParametricSegments_log2 = SkNextLog2(caps.shaderCaps()->maxTessellationSegments()); in prePrepareTessellator() 204 maxParametricSegments_log2 = StrokeFixedCountTessellator::kMaxParametricSegments_log2; in prePrepareTessellator() 213 maxParametricSegments_log2); in prePrepareTessellator()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
H A D | GrStrokeTessellationShader.cpp | 21 int8_t maxParametricSegments_log2) in GrStrokeTessellationShader() 30 , fMaxParametricSegments_log2(maxParametricSegments_log2) { in GrStrokeTessellationShader() 316 })", shader.maxParametricSegments_log2() /* Parametric/radial sort loop count. */); in emitTessellationCode() 15 GrStrokeTessellationShader(const GrShaderCaps& shaderCaps, Mode mode, PatchAttribs attribs, const SkMatrix& viewMatrix, const SkStrokeRec& stroke, SkPMColor4f color, int8_t maxParametricSegments_log2) GrStrokeTessellationShader() argument
|
H A D | GrStrokeTessellationShader.h | 38 const SkStrokeRec&, SkPMColor4f, int8_t maxParametricSegments_log2); 46 int8_t maxParametricSegments_log2() const { return fMaxParametricSegments_log2; } in maxParametricSegments_log2() function in GrStrokeTessellationShader
|
Completed in 3 milliseconds