Home
last modified time | relevance | path

Searched refs:fMaxParametricSegments_log2 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/tessellate/shaders/
DGrStrokeTessellationShader.h46 int8_t maxParametricSegments_log2() const { return fMaxParametricSegments_log2; } in maxParametricSegments_log2()
73 const int8_t fMaxParametricSegments_log2; variable
DGrStrokeTessellationShader.cpp30 , fMaxParametricSegments_log2(maxParametricSegments_log2) { in GrStrokeTessellationShader()
412 key = (key << 8) | fMaxParametricSegments_log2; in addToKey()