Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/shaders/
DGrStrokeTessellationShader.h75 constexpr static int kMaxAttribCount = 6; variable
76 SkSTArray<kMaxAttribCount, Attribute> fAttribs;
DGrStrokeTessellationShader.cpp105 SkASSERT(fAttribs.count() <= kMaxAttribCount); in GrStrokeTessellationShader()