Searched refs:AllocationBuildPointerTable (Results 1 – 2 of 2) sorted by relevance
| /frameworks/support/renderscript/v8/rs_support/driver/ |
| D | rsdAllocation.cpp | 67 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function 124 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), NULL); in rsdAllocationInit() 139 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr); in rsdAllocationInit() 191 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL); in rsdAllocationResize() 194 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()
|
| /frameworks/rs/driver/ |
| D | rsdAllocation.cpp | 232 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function 289 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), NULL); in rsdAllocationInit() 302 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr); in rsdAllocationInit() 373 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL); in rsdAllocationResize() 376 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()
|