Searched refs:initOem (Results 1 – 3 of 3) sorted by relevance
85 ret &= fn(RS_HAL_ALLOCATION_INIT_OEM, (void **)&rsc->mHal.funcs.allocation.initOem); in LoadHalTable()
193 bool (*initOem)(const Context *rsc, Allocation *alloc, bool forceZero, void *usrPtr); member
76 if (rsc->mHal.funcs.allocation.initOem != nullptr) { in createAllocation()78 … success = rsc->mHal.funcs.allocation.initOem(rsc, a, type->getElement()->getHasReferences(), ptr); in createAllocation()