Searched refs:otherExpr (Results 1 – 6 of 6) sorted by relevance
140 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
184 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
249 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() argument255 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) + in writeMinAbsHack()256 this->getTypeName(otherExpr.fType) + " " + tmpVar2 + ";\n"; in writeMinAbsHack()260 this->writeExpression(otherExpr, kAssignment_Precedence); in writeMinAbsHack()
110 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
236 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() argument242 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.type()) + in writeMinAbsHack()243 this->getTypeName(otherExpr.type()) + " " + tmpVar2 + ";\n"; in writeMinAbsHack()247 this->writeExpression(otherExpr, Precedence::kAssignment); in writeMinAbsHack()
150 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);