• Home
  • Raw
  • Download

Lines Matching refs:writeExpression

191 void GLSLCodeGenerator::writeExpression(const Expression& expr, Precedence parentPrecedence) {  in writeExpression()  function in SkSL::GLSLCodeGenerator
258 this->writeExpression(absExpr, kTopLevel_Precedence); in writeMinAbsHack()
260 this->writeExpression(otherExpr, kAssignment_Precedence); in writeMinAbsHack()
266 this->writeExpression(x, kTopLevel_Precedence); in writeInverseSqrtHack()
331 this->writeExpression(mat, kTopLevel_Precedence); in writeDeterminantHack()
418 this->writeExpression(mat, kTopLevel_Precedence); in writeInverseHack()
445 this->writeExpression(mat, kTopLevel_Precedence); in writeTransposeHack()
512 this->writeExpression(*c.fArguments[0], kSequence_Precedence); in writeFunctionCall()
514 this->writeExpression(*p.fOperand, kMultiplicative_Precedence); in writeFunctionCall()
547 this->writeExpression(*c.fArguments[0], kSequence_Precedence); in writeFunctionCall()
549 this->writeExpression(*c.fArguments[1], kSequence_Precedence); in writeFunctionCall()
551 this->writeExpression(*c.fArguments[2], kSequence_Precedence); in writeFunctionCall()
560 this->writeExpression(*c.fArguments[0], kSequence_Precedence); in writeFunctionCall()
562 this->writeExpression(*c.fArguments[0], kSequence_Precedence); in writeFunctionCall()
606 this->writeExpression(*c.fArguments[1], kMultiplicative_Precedence); in writeFunctionCall()
608 this->writeExpression(*c.fArguments[0], kSequence_Precedence); in writeFunctionCall()
614 this->writeExpression(*c.fArguments[0], kSequence_Precedence); in writeFunctionCall()
704 this->writeExpression(*arg, kSequence_Precedence); in writeFunctionCall()
720 this->writeExpression(*c.fArguments[0], parentPrecedence); in writeFunctionCall()
729 this->writeExpression(*arg, kSequence_Precedence); in writeFunctionCall()
823 this->writeExpression(*expr.fBase, kPostfix_Precedence); in writeFunctionCall()
825 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeFunctionCall()
835 this->writeExpression(*f.fBase, kPostfix_Precedence); in writeFunctionCall()
860 this->writeExpression(*swizzle.fBase, kPostfix_Precedence); in writeFunctionCall()
936 this->writeExpression(*b.fLeft, precedence); in writeFunctionCall()
940 this->writeExpression(*b.fRight, precedence); in writeFunctionCall()
958 this->writeExpression(*b.fLeft, kTernary_Precedence); in writeFunctionCall()
961 this->writeExpression(*b.fRight, kTernary_Precedence); in writeFunctionCall()
971 this->writeExpression(*b.fRight, kTernary_Precedence); in writeFunctionCall()
983 this->writeExpression(*t.fTest, kTernary_Precedence); in writeFunctionCall()
985 this->writeExpression(*t.fIfTrue, kTernary_Precedence); in writeFunctionCall()
987 this->writeExpression(*t.fIfFalse, kTernary_Precedence); in writeFunctionCall()
999 this->writeExpression(*p.fOperand, kPrefix_Precedence); in writeFunctionCall()
1010 this->writeExpression(*p.fOperand, kPostfix_Precedence); in writeFunctionCall()
1196 this->writeExpression(*size, kTopLevel_Precedence); in writeFunctionCall()
1205 this->writeExpression(value, kTopLevel_Precedence); in writeFunctionCall()
1262 this->writeExpression(*size, kTopLevel_Precedence); in writeFunctionCall()
1295 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeFunctionCall()
1355 this->writeExpression(*stmt.fTest, kTopLevel_Precedence); in writeFunctionCall()
1378 this->writeExpression(*and_true, kTopLevel_Precedence); in writeFunctionCall()
1380 this->writeExpression(*f.fTest, kTopLevel_Precedence); in writeFunctionCall()
1385 this->writeExpression(*f.fNext, kTopLevel_Precedence); in writeFunctionCall()
1393 this->writeExpression(*w.fTest, kTopLevel_Precedence); in writeFunctionCall()
1403 this->writeExpression(*d.fTest, kTopLevel_Precedence); in writeFunctionCall()
1435 this->writeExpression(*d.fTest, kPrefix_Precedence); in writeFunctionCall()
1453 this->writeExpression(*s.fValue, kTopLevel_Precedence); in writeFunctionCall()
1459 this->writeExpression(*c->fValue, kTopLevel_Precedence); in writeFunctionCall()
1479 this->writeExpression(*r.fExpression, kTopLevel_Precedence); in writeFunctionCall()