Home
last modified time | relevance | path

Searched refs:tmpVar2 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp239 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local
243 this->getTypeName(otherExpr.type()) + " " + tmpVar2 + ";\n"; in writeMinAbsHack()
246 this->write(") < (" + tmpVar2 + " = "); in writeMinAbsHack()
248 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()
/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp252 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local
256 this->getTypeName(otherExpr.fType) + " " + tmpVar2 + ";\n"; in writeMinAbsHack()
259 this->write(") < (" + tmpVar2 + " = "); in writeMinAbsHack()
261 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()