Searched refs:vtype (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsAllocation.cpp | 488 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() argument 491 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (… in rsi_AllocationCreateTyped() 499 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() argument 502 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCreateFromBitmap() 504 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() 521 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap() argument 524 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCubeCreateFromBitmap() 529 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|
D | rs.spec | 42 param RsType vtype 51 param RsType vtype 60 param RsType vtype
|
/frameworks/rs/ |
D | rsAllocation.cpp | 550 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() argument 553 …Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (… in rsi_AllocationCreateTyped() 561 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() argument 564 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCreateFromBitmap() 566 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() 583 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap() argument 586 Type *t = static_cast<Type *>(vtype); in rsi_AllocationCubeCreateFromBitmap() 591 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|
D | rs.spec | 42 param RsType vtype 51 param RsType vtype 60 param RsType vtype
|