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

  /frameworks/rs/
rsAllocation.h 189 void adapterOffset(Context *rsc, const uint32_t *offsets, size_t len);
rsAllocation.cpp 126 void Allocation::adapterOffset(Context *rsc, const uint32_t *offsets, size_t len) {
139 rsc->mHal.funcs.allocation.adapterOffset(rsc, this);
    [all...]
rsDriverLoader.cpp 103 ret &= fn(RS_HAL_ALLOCATION_ADAPTER_OFFSET, (void **)&rsc->mHal.funcs.allocation.adapterOffset);
rs_hal.h 306 void (*adapterOffset)(const Context *rsc, const Allocation *alloc);

Completed in 681 milliseconds