Lines Matching refs:coords
383 SkString GrGLShaderBuilder::ensureFSCoords2D(const TransformedCoordsArray& coords, int index) {
384 if (kVec3f_GrSLType != coords[index].type()) {
385 SkASSERT(kVec2f_GrSLType == coords[index].type());
386 return coords[index].getName();
394 coords2D.c_str(), coords[index].c_str(), coords[index].c_str());