Searched refs:AllocationBuildPointerTable (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 306 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function 382 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr); in rsdAllocationInit() 429 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr); in rsdAllocationInit() 586 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr); in rsdAllocationResize() 589 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()
|