Searched refs:vTexAlloc (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/renderscript/v8/rs_support/ |
D | rsAllocation.cpp | 504 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() local 505 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCreateFromBitmap() 529 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap() local 530 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCubeCreateFromBitmap()
|
/frameworks/rs/ |
D | rsAllocation.cpp | 566 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCreateFromBitmap() local 567 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCreateFromBitmap() 591 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mips, usages, 0); in rsi_AllocationCubeCreateFromBitmap() local 592 Allocation *texAlloc = static_cast<Allocation *>(vTexAlloc); in rsi_AllocationCubeCreateFromBitmap()
|