Searched refs:absExpr (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/sksl/
H A DSkSLGLSLCodeGenerator.h137 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
H A DSkSLMetalCodeGenerator.h141 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
H A DSkSLGLSLCodeGenerator.cpp235 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { argument
239 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) +
240 this->getTypeName(absExpr.fType) + " " + tmpVar1 + ";\n";
244 this->writeExpression(absExpr, kTopLevel_Precedence);
/external/skqp/src/sksl/
H A DSkSLGLSLCodeGenerator.h137 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
H A DSkSLMetalCodeGenerator.h141 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
H A DSkSLGLSLCodeGenerator.cpp235 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { argument
239 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) +
240 this->getTypeName(absExpr.fType) + " " + tmpVar1 + ";\n";
244 this->writeExpression(absExpr, kTopLevel_Precedence);

Completed in 169 milliseconds