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

/frameworks/rs/driver/
H A DrsdAllocation.cpp359 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero, size_t requiredAlignment) { argument
365 if (forceZero) {
371 bool rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t requiredAlignment) { argument
425 ptr = allocAlignedMemory(allocSize, forceZero, requiredAlignment);
437 ptr = allocAlignedMemory(allocSize, forceZero, requiredAlignment);
494 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { argument
495 return rsdAllocationInitStrided(rsc, alloc, forceZero, Allocation::kMinimumRSAlignment);
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp299 bool rsovAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { argument

Completed in 58 milliseconds