Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLSL.h133 const char* GrGLSLVectorNonhomogCoords(int count);
134 const char* GrGLSLVectorNonhomogCoords(GrSLType type);
DGrGLSL.cpp93 const char* GrGLSLVectorNonhomogCoords(int count) { in GrGLSLVectorNonhomogCoords() function
99 const char* GrGLSLVectorNonhomogCoords(GrSLType type) { in GrGLSLVectorNonhomogCoords() function
100 return GrGLSLVectorNonhomogCoords(GrSLTypeToVecLength(type)); in GrGLSLVectorNonhomogCoords()