Searched refs:vtype (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rs.spec | 48 param RsType vtype 57 param RsType vtype 66 param RsType vtype
|
D | rsAllocation.cpp | 635 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() argument 638 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps… in rsi_AllocationCreateTyped() 646 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() argument 649 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCreateFromBitmap() 651 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0); in rsi_AllocationCreateFromBitmap() 668 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap() argument 671 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCubeCreateFromBitmap() 676 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|