Home | History | Annotate | Download | only in rs

Lines Matching defs:elementData

273 void Allocation::elementData(Context *rsc, uint32_t x, uint32_t y, uint32_t z,
302 rsc->mHal.funcs.allocation.elementData(rsc, this, x, y, z, data, cIdx, sizeBytes);
692 a->elementData(rsc, x, 0, 0, data, eoff, sizeBytes);
698 a->elementData(rsc, x, y, z, data, eoff, sizeBytes);