Searched refs:adapterOffset (Results 1 – 4 of 4) sorted by relevance
189 void adapterOffset(Context *rsc, const uint32_t *offsets, size_t len);
126 void Allocation::adapterOffset(Context *rsc, const uint32_t *offsets, size_t len) { in adapterOffset() function in android::renderscript::Allocation139 rsc->mHal.funcs.allocation.adapterOffset(rsc, this); in adapterOffset()938 a->adapterOffset(rsc, offsets, len); in rsi_AllocationAdapterOffset()
103 ret &= fn(RS_HAL_ALLOCATION_ADAPTER_OFFSET, (void **)&rsc->mHal.funcs.allocation.adapterOffset); in LoadHalTable()
306 void (*adapterOffset)(const Context *rsc, const Allocation *alloc); member