Searched refs:vtype (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A Drs.spec58 param RsType vtype
67 param RsType vtype
76 param RsType vtype
97 param RsType vtype
H A DrsAllocation.cpp719 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, argument
722 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr);
730 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, argument
733 Type *t = static_cast<Type *>(vtype);
735 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
752 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, argument
755 Type *t = static_cast<Type *>(vtype);
760 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOManager.java586 Long vtype = getOptionalInteger(eapMethodNode.getChild(TAG_VendorType));
606 vid.intValue(), vtype));

Completed in 86 milliseconds