Searched refs:vtype (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsAllocation.cpp | 481 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() argument 484 … Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips); in rsi_AllocationCreateTyped() 492 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() argument 495 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCreateFromBitmap() 497 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages); in rsi_AllocationCreateFromBitmap() 513 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap() argument 516 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCubeCreateFromBitmap() 521 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages); in rsi_AllocationCubeCreateFromBitmap()
|
D | rs.spec | 42 param RsType vtype 50 param RsType vtype 59 param RsType vtype
|