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

/frameworks/rs/driver/
H A DrsdAllocation.cpp303 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, function
379 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), NULL);
426 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr);
545 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, NULL);
548 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);

Completed in 191 milliseconds