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

/frameworks/rs/script_api/
H A DSpecification.cpp64 static int findCType(const string& cType) { function
112 if (findCType(type) == -1)
131 int i = findCType(trimmed);
149 typeIndex = findCType(rsBaseType);
205 compatibleTypeIndex = findCType(testOption.substr(11, pParen - 11));
464 int typeIdx = findCType(cTypeStr);

Completed in 68 milliseconds