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

  /frameworks/rs/
rsDriverLoader.cpp 106 ret &= fn(RS_HAL_ALLOCATION_INIT_STRIDED, (void **)&rsc->mHal.funcs.allocation.initStrided);
rs_hal.h 312 bool (*initStrided)(const Context *rsc, Allocation *alloc, bool forceZero, size_t requiredAlignment);
rsAllocation.cpp 85 success = rsc->mHal.funcs.allocation.initStrided(rsc, a, type->getElement()->getHasReferences(), requiredAlignment);
    [all...]

Completed in 107 milliseconds