Searched defs:FunctionPermutation (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/script_api/
H A DSpecification.cpp521 auto p = new FunctionPermutation(function, this, replacementIndexes, scanner);
707 FunctionPermutation::FunctionPermutation(Function* func, FunctionSpecification* spec, function in class:FunctionPermutation
756 FunctionPermutation::~FunctionPermutation() {
H A DSpecification.h32 class FunctionPermutation;
59 * we instantiate the FunctionPermutation(s) that correspond to one FunctionSpecification.
372 std::vector<FunctionPermutation*> mPermutations;
417 const std::vector<FunctionPermutation*>& getPermutations() const { return mPermutations; }
457 class FunctionPermutation { class
483 FunctionPermutation(Function* function, FunctionSpecification* specification,
485 ~FunctionPermutation();

Completed in 47 milliseconds