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

/frameworks/rs/script_api/
H A DSpecification.cpp473 int replacementIndexes[MAX_REPLACEABLES]) const {
477 string toString = mReplaceables[idx][replacementIndexes[idx]];
490 int replacementIndexes[MAX_REPLACEABLES],
494 out->push_back(expandString(*iter, replacementIndexes));
510 int replacementIndexes[MAX_REPLACEABLES]; local
512 for (replacementIndexes[3] = start[3]; replacementIndexes[3] < end[3];
513 replacementIndexes[3]++) {
514 for (replacementIndexes[2] = start[2]; replacementIndexes[
489 expandStringVector(const vector<string>& in, int replacementIndexes[MAX_REPLACEABLES], vector<string>* out) const argument
532 getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType, int* lineNumber) const argument
538 getParam(size_t index, int replacementIndexes[MAX_REPLACEABLES], std::string* type, std::string* name, std::string* testOption, int* lineNumber) const argument
548 getInlines(int replacementIndexes[MAX_REPLACEABLES], std::vector<std::string>* inlines) const argument
706 FunctionPermutation(Function* func, FunctionSpecification* spec, int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner) argument
[all...]

Completed in 29 milliseconds