Searched refs:GrSLTypeVecLength (Results 1 – 6 of 6) sorted by relevance
60 SkASSERT(2 == GrSLTypeVecLength(localCoordsVar.getType()) || in emitTransforms()61 3 == GrSLTypeVecLength(localCoordsVar.getType())); in emitTransforms()63 bool threeComponentLocalCoords = 3 == GrSLTypeVecLength(localCoordsVar.getType()); in emitTransforms()
15 SkASSERT(GrSLTypeVecLength(var.getType()) != -1);
493 static inline int GrSLTypeVecLength(GrSLType type) { in GrSLTypeVecLength() function
519 static inline int GrSLTypeVecLength(GrSLType type) { in GrSLTypeVecLength() function