Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.cpp474 int replacementIndexes[MAX_REPLACEABLES]) const { in expandString()
478 string toString = mReplaceables[idx][replacementIndexes[idx]]; in expandString()
491 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector()
495 out->push_back(expandString(*iter, replacementIndexes)); in expandStringVector()
511 int replacementIndexes[MAX_REPLACEABLES]; in createPermutations() local
513 for (replacementIndexes[3] = start[3]; replacementIndexes[3] < end[3]; in createPermutations()
514 replacementIndexes[3]++) { in createPermutations()
515 for (replacementIndexes[2] = start[2]; replacementIndexes[2] < end[2]; in createPermutations()
516 replacementIndexes[2]++) { in createPermutations()
517 for (replacementIndexes[1] = start[1]; replacementIndexes[1] < end[1]; in createPermutations()
[all …]
DSpecification.h394 int replacementIndexes[MAX_REPLACEABLES],
419 std::string getName(int replacementIndexes[MAX_REPLACEABLES]) const;
420 void getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType,
423 void getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], std::string* type,
425 void getInlines(int replacementIndexes[MAX_REPLACEABLES],
484 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner);