Searched refs:fFunctionHeader (Results 1 – 10 of 10) sorted by relevance
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()[all …]
174 String fFunctionHeader; variable
271 String fFunctionHeader; variable
515 this->fFunctionHeader += " " + this->typeName(type) + " " + tempVar + ";\n"; in getTempVariable()1947 fFunctionHeader.clear(); in writeFunction()1968 this->write(fFunctionHeader); in writeFunction()
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()[all …]
187 fFunctionHeader = ""; in writeFunction()200 this->write(fFunctionHeader); in writeFunction()
205 String fFunctionHeader; variable
263 String fFunctionHeader; variable
485 fFunctionHeader = ""; in writeFunction()497 this->write(fFunctionHeader); in writeFunction()
955 fFunctionHeader = ""; in writeFunction()978 this->write(fFunctionHeader); in writeFunction()