Searched refs:absExpr (Results 1 – 3 of 3) sorted by relevance
110 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
236 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() argument240 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.type()) + in writeMinAbsHack()241 this->getTypeName(absExpr.type()) + " " + tmpVar1 + ";\n"; in writeMinAbsHack()245 this->writeExpression(absExpr, Precedence::kTopLevel); in writeMinAbsHack()
150 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);