Lines Matching refs:fFunctionHeader
257 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) + in writeMinAbsHack()
259 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) + in writeMinAbsHack()
728 fFunctionHeader += precision; in writeFunctionCall()
729 fFunctionHeader += " float sk_FragCoord_InvW = 1. / sk_FragCoord_Workaround.w;\n"; in writeFunctionCall()
730 fFunctionHeader += precision; in writeFunctionCall()
731 fFunctionHeader += " vec4 sk_FragCoord_Resolved = " in writeFunctionCall()
734 fFunctionHeader += " sk_FragCoord_Resolved.xy = floor(sk_FragCoord_Resolved.xy) + " in writeFunctionCall()
759 fFunctionHeader += usesPrecisionModifiers() ? "highp " : ""; in writeFunctionCall()
760 fFunctionHeader += " vec4 sk_FragCoord = vec4(gl_FragCoord.x, " SKSL_RTHEIGHT_NAME in writeFunctionCall()
1048 fFunctionHeader = ""; in writeFunctionCall()
1059 this->write(fFunctionHeader); in writeFunctionCall()