HomeSort by relevance Sort by last modified time
    Searched refs:initOem (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/
rsDriverLoader.cpp 78 ret &= fn(RS_HAL_ALLOCATION_INIT_OEM, (void **)&rsc->mHal.funcs.allocation.initOem);
rs_hal.h 222 bool (*initOem)(const Context *rsc, Allocation *alloc, bool forceZero, void *usrPtr);
rsAllocation.cpp 75 if (rsc->mHal.funcs.allocation.initOem != nullptr) {
77 success = rsc->mHal.funcs.allocation.initOem(rsc, a, type->getElement()->getHasReferences(), ptr);
    [all...]

Completed in 915 milliseconds