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

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

Completed in 251 milliseconds