Home
last modified time | relevance | path

Searched defs:ExternalFunctionCall (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLExternalFunctionCall.h20 struct ExternalFunctionCall : public Expression { struct
21 ExternalFunctionCall(int offset, const Type& type, ExternalValue* function, in ExternalFunctionCall() argument
36 return std::unique_ptr<Expression>(new ExternalFunctionCall(fOffset, in clone() argument
42 String description() const override { in description()
54 ExternalValue* fFunction;
55 std::vector<std::unique_ptr<Expression>> fArguments;
57 typedef Expression INHERITED;
/third_party/skia/src/sksl/ir/
DSkSLExternalFunctionCall.h25 ExternalFunctionCall(int line, const ExternalFunction* function, ExpressionArray arguments) in ExternalFunctionCall() function