Lines Matching refs:fFunctionHeader
253 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) + in writeMinAbsHack()
255 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) + in writeMinAbsHack()
738 fFunctionHeader += precision; in writeFunctionCall()
739 fFunctionHeader += " float sk_FragCoord_InvW = 1. / sk_FragCoord_Workaround.w;\n"; in writeFunctionCall()
740 fFunctionHeader += precision; in writeFunctionCall()
741 fFunctionHeader += " vec4 sk_FragCoord_Resolved = " in writeFunctionCall()
744 fFunctionHeader += " sk_FragCoord_Resolved.xy = floor(sk_FragCoord_Resolved.xy) + " in writeFunctionCall()
769 fFunctionHeader += usesPrecisionModifiers() ? "highp " : ""; in writeFunctionCall()
770 fFunctionHeader += " vec4 sk_FragCoord = vec4(gl_FragCoord.x, " SKSL_RTHEIGHT_NAME in writeFunctionCall()
1073 fFunctionHeader = ""; in writeFunctionCall()
1084 this->write(fFunctionHeader); in writeFunctionCall()