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

/frameworks/rs/driver/
H A DrsdAllocation.cpp357 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero, size_t requiredAlignment) { argument
363 if (forceZero) {
369 bool rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t requiredAlignment) { argument
423 ptr = allocAlignedMemory(allocSize, forceZero, requiredAlignment);
435 ptr = allocAlignedMemory(allocSize, forceZero, requiredAlignment);
492 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { argument
493 return rsdAllocationInitStrided(rsc, alloc, forceZero, Allocation::kMinimumRSAlignment);
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp300 bool rsovAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { argument

Completed in 488 milliseconds