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

/frameworks/rs/driver/
H A DrsdAllocation.cpp298 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, function
354 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, function
356 return AllocationBuildPointerTable(rsc, alloc, type, ptr, Allocation::kMinimumRSAlignment);
384 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr, requiredAlignment);
445 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr, requiredAlignment);
605 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr);
608 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp82 size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, function in namespace:android::renderscript::rsov::__anon2058
141 size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, function in namespace:android::renderscript::rsov::__anon2058
143 return AllocationBuildPointerTable(rsc, alloc, type, ptr,
305 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, type, nullptr);
308 AllocationBuildPointerTable(rsc, alloc, type,

Completed in 904 milliseconds