Searched refs:GrSLTypeCanBeUniformValue (Results 1 – 3 of 3) sorted by relevance
235 SkASSERT(GrSLTypeCanBeUniformValue(type)); in internalAddUniformArray()364 if (GrSLTypeCanBeUniformValue(localUniform.fVariable.getType())) { in appendUniformDecls()
220 SkASSERT(GrSLTypeCanBeUniformValue(type));311 if (GrSLTypeCanBeUniformValue(localUniform.fVariable.getType())) {
495 static constexpr bool GrSLTypeCanBeUniformValue(GrSLType type) { in GrSLTypeCanBeUniformValue() function