Searched refs:allocationElementWrite (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 68 …Return<void> allocationElementWrite(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uin…
|
D | Context.cpp | 175 Return<void> Context::allocationElementWrite(Allocation allocation, uint32_t x, uint32_t y, uint32_… in allocationElementWrite() function in android::hardware::renderscript::V1_0::implementation::Context
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsCopyTests.cpp | 473 context->allocationElementWrite(allocation, 0, 0, 0, 0, _data, 1); in TEST_F()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 236 allocationElementWrite(Allocation allocation, uint32_t x, uint32_t y,
|