Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp255 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local
258 this->getTypeName(absExpr.type()) + " " + tmpVar1 + ";\n"; in writeMinAbsHack()
261 this->write("((" + tmpVar1 + " = "); in writeMinAbsHack()
265 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp255 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local
258 this->getTypeName(absExpr.fType) + " " + tmpVar1 + ";\n"; in writeMinAbsHack()
261 this->write("((" + tmpVar1 + " = "); in writeMinAbsHack()
265 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()