Home
last modified time | relevance | path

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

/third_party/skia/include/sksl/
DDSLFunction.h78 this->collectArgs(argArray, std::forward<Args>(args)...); in operator()
91 void collectArgs(ExpressionArray& args) {} in collectArgs() function
94 void collectArgs(ExpressionArray& args, DSLVar& var, RemainingArgs&&... remaining) { in collectArgs() function
96 collectArgs(args, std::forward<RemainingArgs>(remaining)...); in collectArgs()
100 void collectArgs(ExpressionArray& args, DSLExpression expr, RemainingArgs&&... remaining) { in collectArgs() function
102 collectArgs(args, std::forward<RemainingArgs>(remaining)...); in collectArgs()