Searched refs:kRSTypePatterns (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/script_api/
H A DSpecification.cpp58 static const string kRSTypePatterns[] = {"#RST_1", "#RST_2", "#RST_3", "#RST_4"}; variable
480 s = expandRSTypeInString(s, kRSTypePatterns[idx], toString);
586 bool patternFound = inlineStr.find(kRSTypePatterns[i]) != string::npos;
593 scanner->error() << "Found pattern \"" << kRSTypePatterns[i]

Completed in 29 milliseconds