Home
last modified time | relevance | path

Searched refs:otherExpr (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.h140 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLMetalCodeGenerator.h184 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLGLSLCodeGenerator.cpp249 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() argument
255 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()
/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
242 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()
DSkSLMetalCodeGenerator.h150 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);