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

/frameworks/rs/driver/
H A DrsdAllocation.h86 bool rsdAllocationInitStrided(const android::renderscript::Context *rsc,
H A DrsdCore.cpp169 fnPtr[0] = (void *)rsdAllocationInitStrided; break;
H A DrsdAllocation.cpp369 bool rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t requiredAlignment) { function
493 return rsdAllocationInitStrided(rsc, alloc, forceZero, Allocation::kMinimumRSAlignment);

Completed in 58 milliseconds