Searched refs:absExpr (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() argument253 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) + in writeMinAbsHack()254 this->getTypeName(absExpr.fType) + " " + tmpVar1 + ";\n"; in writeMinAbsHack()258 this->writeExpression(absExpr, kTopLevel_Precedence); in writeMinAbsHack()
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);