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

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

Completed in 111 milliseconds