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

/frameworks/rs/api/
H A DSpecification.h133 unsigned int maxVersion; member in struct:VersionInfo
137 VersionInfo() : minVersion(0), maxVersion(0), intSize(0) {}
139 * we are interested in. This may alter maxVersion. This method returns false if the
146 (maxVersion == 0 || target <= maxVersion);

Completed in 50 milliseconds