Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLByteCode.h146 struct ByteCodeFunction { struct
149 struct Parameter {
154 SkSL::String fName;
155 std::vector<Parameter> fParameters;
156 int fParameterCount;
181 std::vector<std::unique_ptr<ByteCodeFunction>> fFunctions; argument
DSkSLByteCodeGenerator.cpp1530 ByteCodeFunction::ByteCodeFunction(const FunctionDeclaration* declaration) in ByteCodeFunction() function in SkSL::ByteCodeFunction