Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.cpp449 FunctionSpecification::~FunctionSpecification() { in ~FunctionSpecification()
459 string FunctionSpecification::expandRSTypeInString(const string &s, in expandRSTypeInString()
473 string FunctionSpecification::expandString(string s, in expandString()
490 void FunctionSpecification::expandStringVector(const vector<string>& in, in expandStringVector()
499 void FunctionSpecification::createPermutations(Function* function, Scanner* scanner) { in createPermutations()
529 string FunctionSpecification::getName(int replacementIndexes[MAX_REPLACEABLES]) const { in getName()
533 void FunctionSpecification::getReturn(int replacementIndexes[MAX_REPLACEABLES], in getReturn()
539 void FunctionSpecification::getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], in getParam()
549 void FunctionSpecification::getInlines(int replacementIndexes[MAX_REPLACEABLES], in getInlines()
554 void FunctionSpecification::parseTest(Scanner* scanner) { in parseTest()
[all …]
DSpecification.h33 class FunctionSpecification; variable
229 std::vector<FunctionSpecification*> mSpecifications; // Owned
238 const std::vector<FunctionSpecification*> getSpecifications() const { return mSpecifications; } in getSpecifications()
245 void addSpecification(FunctionSpecification* spec) { mSpecifications.push_back(spec); } in addSpecification()
336 class FunctionSpecification : public Specification {
406 FunctionSpecification(Function* function) : mFunction(function), mInternal(false), in FunctionSpecification() function
408 ~FunctionSpecification();
483 FunctionPermutation(Function* function, FunctionSpecification* specification,
519 std::list<FunctionSpecification*> mFunctionSpecificationsList;
547 const std::list<FunctionSpecification*>& getFunctionSpecifications() const { in getFunctionSpecifications()
[all …]
DGenerateHeaderFiles.cpp201 static void writeFunctionPermutation(GeneratedFile* file, const FunctionSpecification& spec, in writeFunctionPermutation()
309 static void writeFunctionSpecification(GeneratedFile* file, const FunctionSpecification& spec) { in writeFunctionSpecification()
DGenerateRSFunctionsList.cpp351 static bool addManglingsForSpecification(const FunctionSpecification& spec, in addManglingsForSpecification()