Searched refs:vtype (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/ |
D | rs_compat.spec | 3 param RsType vtype
|
D | rs.spec | 58 param RsType vtype 67 param RsType vtype 76 param RsType vtype 109 param RsType vtype
|
D | rsAllocation.cpp | 779 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() argument 782 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps… in rsi_AllocationCreateTyped() 790 RsAllocation rsi_AllocationCreateStrided(Context *rsc, RsType vtype, in rsi_AllocationCreateStrided() argument 794 …Allocation * alloc = Allocation::createAllocationStrided(rsc, static_cast<Type *>(vtype), usages, … in rsi_AllocationCreateStrided() 803 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() argument 806 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCreateFromBitmap() 808 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0); in rsi_AllocationCreateFromBitmap() 825 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap() argument 828 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCubeCreateFromBitmap() 833 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
D | PasspointManagementObjectManager.java | 756 Long vtype = getOptionalInteger(eapMethodNode.getChild(TAG_VendorType)); in buildCredential() local 776 vid.intValue(), vtype)); in buildCredential()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
D | MOManager.java | 797 Long vtype = getOptionalInteger(eapMethodNode.getChild(TAG_VendorType)); in buildCredential() local 817 vid.intValue(), vtype)); in buildCredential()
|