Home
last modified time | relevance | path

Searched defs:TernaryExpression (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLTernaryExpression.h19 struct TernaryExpression : public Expression { struct
20 TernaryExpression(int offset, std::unique_ptr<Expression> test, in TernaryExpression() argument
34 return std::unique_ptr<Expression>(new TernaryExpression(fOffset, fTest->clone(), in clone() argument
39 String description() const override { in description()
44 std::unique_ptr<Expression> fTest;
45 std::unique_ptr<Expression> fIfTrue;
46 std::unique_ptr<Expression> fIfFalse;
48 typedef Expression INHERITED;
/third_party/skia/src/sksl/ir/
DSkSLTernaryExpression.h22 TernaryExpression(int line, std::unique_ptr<Expression> test, in TernaryExpression() function
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h51 class TernaryExpression; variable
DSkSLMetalCodeGenerator.h45 class TernaryExpression; variable
DSkSLGLSLCodeGenerator.h42 class TernaryExpression; variable