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

/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp62 static string findSubstitute(const string& typeName, unsigned int apiLevel, int intSize) { argument
69 if (!info.includesVersion(apiLevel) || (info.intSize != 0 && info.intSize != intSize)) {
93 * the resulting list. 'apiLevel' and 'intSize' specifies the API level and bitness
96 list<string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSize) { argument
102 const string substitute = findSubstitute(*i, apiLevel, intSize);
295 unsigned int apiLevel, int intSize) {
307 list<string> tokens = expandTypedefs(p->rsType, apiLevel, intSize, vectorSize);
322 /* Add the mangling for this permutation of the function. apiLevel and intSize i
294 writeParameters(ostringstream* stream, const std::vector<ParameterDefinition*>& params, unsigned int apiLevel, int intSize) argument
325 addFunctionManglingToSet(const Function& function, const FunctionPermutation& permutation, bool overloadable, unsigned int apiLevel, int intSize, set<string>* allManglings) argument
[all...]
H A DSpecification.h135 int intSize; member in struct:VersionInfo
137 VersionInfo() : minVersion(0), maxVersion(0), intSize(0) {}

Completed in 461 milliseconds