Searched refs:GrSLTypeCanBeUniformValue (Results 1 – 3 of 3) sorted by relevance
208 SkASSERT(GrSLTypeCanBeUniformValue(type)); in internalAddUniformArray()350 if (GrSLTypeCanBeUniformValue(localUniform.fVariable.getType())) { in appendUniformDecls()
188 SkASSERT(GrSLTypeCanBeUniformValue(type));290 if (GrSLTypeCanBeUniformValue(localUniform.fVariable.getType())) {
477 static constexpr bool GrSLTypeCanBeUniformValue(GrSLType type) { in GrSLTypeCanBeUniformValue() function