Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DSpecification.cpp491 int replacementIndexes[MAX_REPLACEABLES], in expandStringVector()
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()
708 int replacementIndexes[MAX_REPLACEABLES], Scanner* scanner) in FunctionPermutation()
DSpecification.h329 const int MAX_REPLACEABLES = 4; variable