Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp256 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local
260 this->getTypeName(otherExpr.fType) + " " + tmpVar2 + ";\n"; in writeMinAbsHack()
263 this->write(") < (" + tmpVar2 + " = "); in writeMinAbsHack()
265 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()
/external/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()