Lines Matching refs:fFunctionHeader
240 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.type()) + in writeMinAbsHack()
242 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.type()) + in writeMinAbsHack()
743 fFunctionHeader += precision; in writeFragCoord()
744 fFunctionHeader += " float sk_FragCoord_InvW = 1. / sk_FragCoord_Workaround.w;\n"; in writeFragCoord()
745 fFunctionHeader += precision; in writeFragCoord()
746 fFunctionHeader += " vec4 sk_FragCoord_Resolved = " in writeFragCoord()
749 fFunctionHeader += " sk_FragCoord_Resolved.xy = floor(sk_FragCoord_Resolved.xy) + " in writeFragCoord()
758 fFunctionHeader += usesPrecisionModifiers() ? "highp " : ""; in writeFragCoord()
759 fFunctionHeader += " vec4 sk_FragCoord = vec4(" in writeFragCoord()
786 fFunctionHeader += in writeVariableReference()
863 this->fFunctionHeader += String(" ") + this->getTypePrecision(left.type()) + in writeMatrixComparisonWorkaround()
1051 fFunctionHeader.clear(); in writeFunction()
1066 this->write(fFunctionHeader); in writeFunction()