Searched refs:rsi_AllocationCreateTyped (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsAllocation.cpp | 488 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() function 504 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() 529 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|
/frameworks/rs/ |
D | rsAllocation.cpp | 550 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() function 566 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() 591 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
|