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

/frameworks/rs/rsov/driver/
H A DrsovContext.cpp151 uint32_t* typeIndex) {
156 *typeIndex = i;
149 MemoryTypeFromProperties(uint32_t typeBits, VkFlags requirements_mask, uint32_t* typeIndex) argument
/frameworks/rs/script_api/
H A DSpecification.h113 int typeIndex; // Index in the TYPES array. Negative if not found in the array. member in struct:ParameterDefinition
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4989 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, argument
4991 const TypeList& typeList = group->types[typeIndex];
5012 uint32_t resId = Res_MAKEID(group->id - 1, typeIndex, iter.index());
5015 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) {
6355 const PackageGroup* packageGroup, int typeIndex, int entryIndex,
6359 const TypeList& typeList = packageGroup->types[typeIndex];
6361 ALOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex);
6369 uint8_t actualTypeIndex = typeIndex;
6379 int realTypeIndex = typeIndex;
6400 Res_MAKEID(packageGroup->id - 1, typeIndex, entryInde
6354 getEntry( const PackageGroup* packageGroup, int typeIndex, int entryIndex, const ResTable_config* config, Entry* outEntry) const argument
6710 uint8_t typeIndex = typeSpec->id - 1; local
6788 uint8_t typeIndex = type->id - 1; local
[all...]

Completed in 102 milliseconds