Home
last modified time | relevance | path

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

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