Lines Matching refs:fAttribs
40 fAttribs.emplace_back("prevCtrlPtAttr", kFloat2_GrVertexAttribType, kFloat2_GrSLType); in GrStrokeTessellationShader()
52 fAttribs.emplace_back("pts01Attr", kFloat4_GrVertexAttribType, kFloat4_GrSLType); in GrStrokeTessellationShader()
53 fAttribs.emplace_back("pts23Attr", kFloat4_GrVertexAttribType, kFloat4_GrSLType); in GrStrokeTessellationShader()
60 fAttribs.emplace_back("pts01Attr", kFloat4_GrVertexAttribType, kFloat4_GrSLType); in GrStrokeTessellationShader()
61 fAttribs.emplace_back("pts23Attr", kFloat4_GrVertexAttribType, kFloat4_GrSLType); in GrStrokeTessellationShader()
69 fAttribs.emplace_back("argsAttr", kFloat3_GrVertexAttribType, kFloat3_GrSLType); in GrStrokeTessellationShader()
73 fAttribs.emplace_back("argsAttr", kFloat2_GrVertexAttribType, kFloat2_GrSLType); in GrStrokeTessellationShader()
77 fAttribs.emplace_back("dynamicStrokeAttr", kFloat2_GrVertexAttribType, in GrStrokeTessellationShader()
81 fAttribs.emplace_back("dynamicColorAttr", in GrStrokeTessellationShader()
91 fAttribs.emplace_back("curveTypeAttr", kFloat_GrVertexAttribType, kFloat_GrSLType); in GrStrokeTessellationShader()
94 this->setVertexAttributes(fAttribs.data(), fAttribs.count()); in GrStrokeTessellationShader()
97 this->setInstanceAttributes(fAttribs.data(), fAttribs.count()); in GrStrokeTessellationShader()
105 SkASSERT(fAttribs.count() <= kMaxAttribCount); in GrStrokeTessellationShader()