Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.h147 void elementRead(Context *rsc, uint32_t x, uint32_t y, uint32_t z,
DrsAllocation.cpp306 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()
DrsDriverLoader.cpp100 ret &= fn(RS_HAL_ALLOCATION_ELEMENT_READ, (void **)&rsc->mHal.funcs.allocation.elementRead); in LoadHalTable()
Drs_hal.h298 void (*elementRead)(const Context *rsc, const Allocation *alloc, member