Home
last modified time | relevance | path

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

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