Lines Matching refs:fFSFunctions
456 fFSFunctions.append(GrGLSLTypeString(returnType));
458 fFSFunctions.appendf(" %s", outName->c_str());
459 fFSFunctions.append("(");
461 args[i].appendDecl(this->ctxInfo(), &fFSFunctions);
463 fFSFunctions.append(", ");
466 fFSFunctions.append(") {\n");
467 fFSFunctions.append(body);
468 fFSFunctions.append("}\n\n");
699 fragShaderSrc.append(fFSFunctions);