Searched refs:elementRead (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.h | 147 void elementRead(Context *rsc, uint32_t x, uint32_t y, uint32_t z,
|
D | rsAllocation.cpp | 306 void Allocation::elementRead(Context *rsc, uint32_t x, uint32_t y, uint32_t z, in elementRead() function in android::renderscript::Allocation 335 rsc->mHal.funcs.allocation.elementRead(rsc, this, x, y, z, data, cIdx, sizeBytes); in elementRead() 906 a->elementRead(rsc, x, y, z, data, eoff, sizeBytes); in rsi_AllocationElementRead()
|
D | rsDriverLoader.cpp | 100 ret &= fn(RS_HAL_ALLOCATION_ELEMENT_READ, (void **)&rsc->mHal.funcs.allocation.elementRead); in LoadHalTable()
|
D | rs_hal.h | 298 void (*elementRead)(const Context *rsc, const Allocation *alloc, member
|