Searched refs:GrGLSLVectorNonhomogCoords (Results 1 – 2 of 2) sorted by relevance
133 const char* GrGLSLVectorNonhomogCoords(int count);134 const char* GrGLSLVectorNonhomogCoords(GrSLType type);
93 const char* GrGLSLVectorNonhomogCoords(int count) { in GrGLSLVectorNonhomogCoords() function99 const char* GrGLSLVectorNonhomogCoords(GrSLType type) { in GrGLSLVectorNonhomogCoords() function100 return GrGLSLVectorNonhomogCoords(GrSLTypeToVecLength(type)); in GrGLSLVectorNonhomogCoords()