Searched refs:GrSLTypeIsIntType (Results 1 – 1 of 1) sorted by relevance
131 static inline bool GrSLTypeIsIntType(GrSLType type) { in GrSLTypeIsIntType() function153 return GrSLTypeIsFloatType(type) || GrSLTypeIsIntType(type); in GrSLTypeIsNumeric()