Home
last modified time | relevance | path

Searched refs:GrSLTypeIsIntType (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/gpu/
DGrTypesPriv.h131 static inline bool GrSLTypeIsIntType(GrSLType type) { in GrSLTypeIsIntType() function
153 return GrSLTypeIsFloatType(type) || GrSLTypeIsIntType(type); in GrSLTypeIsNumeric()