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

/frameworks/rs/driver/
H A DrsdAllocation.h83 bool forceZero);
H A DrsdAllocation.cpp359 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero) { argument
365 if (forceZero) {
371 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { argument
406 ptr = allocAlignedMemory(allocSize, forceZero);
418 ptr = allocAlignedMemory(allocSize, forceZero);
/frameworks/rs/
H A Drs_hal.h165 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero);

Completed in 27 milliseconds