Searched refs:GrVertexAttribTypeToSLType (Results 1 – 2 of 2) sorted by relevance
14 GrSLType type = GrVertexAttribTypeToSLType(input->fType); in addPassThroughAttribute()23 GrSLType type = GrVertexAttribTypeToSLType(input->fType); in addFlatPassThroughAttribute()70 GrVertexAttribTypeToSLType(attr.fType), in emitAttributes()
407 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) { in GrVertexAttribTypeToSLType() function