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

/frameworks/rs/api/
H A Dgen_runtime.cpp122 int typeIndex; // Index in the TYPES array. member in struct:__anon1461::ParameterDefinition
670 typeIndex = FindCType(rsBaseType);
672 if (typeIndex < 0) {
676 javaBaseType = TYPES[typeIndex].javaType;
677 specType = TYPES[typeIndex].specType;
678 isFloatType = TYPES[typeIndex].exponentBits > 0;
1469 if (TYPES[param.typeIndex].kind == FLOATING_POINT) {
1472 TYPES[param.typeIndex]);
1476 TYPES[param.typeIndex]);
1479 if (TYPES[param.typeIndex]
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4221 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, argument
4223 const TypeList& typeList = group->types[typeIndex];
4244 uint32_t resId = Res_MAKEID(group->id - 1, typeIndex, iter.index());
4247 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) {
5471 const PackageGroup* packageGroup, int typeIndex, int entryIndex,
5475 const TypeList& typeList = packageGroup->types[typeIndex];
5477 ALOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex);
5485 uint8_t actualTypeIndex = typeIndex;
5495 int realTypeIndex = typeIndex;
5513 Res_MAKEID(packageGroup->id - 1, typeIndex, entryInde
5470 getEntry( const PackageGroup* packageGroup, int typeIndex, int entryIndex, const ResTable_config* config, Entry* outEntry) const argument
5770 uint8_t typeIndex = typeSpec->id - 1; local
5837 uint8_t typeIndex = type->id - 1; local
[all...]

Completed in 119 milliseconds