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

/frameworks/rs/api/
H A Dgen_runtime.cpp1179 int maxVersion = mSpecification->getMaxVersion(); local
1180 bool hasVersion = minVersion || maxVersion;
1183 if (maxVersion) {
1185 << ") && (RS_VERSION <= " << maxVersion << "))\n"; local
1200 if (minVersion || maxVersion) {
1201 if (maxVersion) {
1202 file << " * Suppored by API versions " << minVersion << " - " << maxVersion << "\n"; local

Completed in 243 milliseconds