Home
last modified time | relevance | path

Searched refs:elementRead (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DrsAllocation.h144 void elementRead(Context *rsc, uint32_t x, uint32_t y, uint32_t z,
DrsAllocation.cpp293 void Allocation::elementRead(Context *rsc, uint32_t x, uint32_t y, uint32_t z, in elementRead() function in Allocation
324 rsc->mHal.funcs.allocation.elementRead(rsc, this, x, y, z, data, cIdx, sizeBytes); in elementRead()
862 a->elementRead(rsc, x, y, z, data, eoff, sizeBytes); in rsi_AllocationElementRead()
DrsDriverLoader.cpp107 ret &= fn(RS_HAL_ALLOCATION_ELEMENT_READ, (void **)&rsc->mHal.funcs.allocation.elementRead); in LoadHalTable()
Drs_hal.h269 void (*elementRead)(const Context *rsc, const Allocation *alloc, member