Home
last modified time | relevance | path

Searched refs:vtype (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
Drs_compat.spec3 param RsType vtype
Drs.spec58 param RsType vtype
67 param RsType vtype
76 param RsType vtype
109 param RsType vtype
DrsAllocation.cpp779 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/
DPasspointManagementObjectManager.java756 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/
DMOManager.java797 Long vtype = getOptionalInteger(eapMethodNode.getChild(TAG_VendorType)); in buildCredential() local
817 vid.intValue(), vtype)); in buildCredential()