Home
last modified time | relevance | path

Searched refs:absExpr (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h110 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLGLSLCodeGenerator.cpp236 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() argument
240 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()
DSkSLMetalCodeGenerator.h150 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);