Searched refs:elementRead (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.h | 144 void elementRead(Context *rsc, uint32_t x, uint32_t y, uint32_t z,
|
D | rsAllocation.cpp | 293 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()
|
D | rsDriverLoader.cpp | 107 ret &= fn(RS_HAL_ALLOCATION_ELEMENT_READ, (void **)&rsc->mHal.funcs.allocation.elementRead); in LoadHalTable()
|
D | rs_hal.h | 269 void (*elementRead)(const Context *rsc, const Allocation *alloc, member
|