Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h110 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLMetalCodeGenerator.h150 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLGLSLCodeGenerator.cpp236 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() function in SkSL::GLSLCodeGenerator
560 this->writeMinAbsHack(*arguments[0], *arguments[1]); in writeFunctionCall()
566 this->writeMinAbsHack(*arguments[1], *arguments[0]); in writeFunctionCall()