Searched refs:AllocationBuildPointerTable (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/
H A DrsdAllocation.cpp305 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, function
361 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, function
363 return AllocationBuildPointerTable(rsc, alloc, type, ptr, Allocation::kMinimumRSAlignment);
391 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr, requiredAlignment);
452 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr, requiredAlignment);
613 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr);
616 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);

Completed in 322 milliseconds