Searched refs:elementData2D (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rs_hal.h | 207 void (*elementData2D)(const Context *rsc, const Allocation *alloc, uint32_t x, uint32_t y, member
|
D | rsAllocation.cpp | 204 rsc->mHal.funcs.allocation.elementData2D(rsc, this, x, y, data, cIdx, sizeBytes); in elementData()
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rs_hal.h | 206 void (*elementData2D)(const Context *rsc, const Allocation *alloc, uint32_t x, uint32_t y, member
|
D | rsAllocation.cpp | 199 rsc->mHal.funcs.allocation.elementData2D(rsc, this, x, y, data, cIdx, sizeBytes); in elementData()
|