Searched refs:allocationElementRead (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 74 …Return<void> allocationElementRead(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint…
|
D | Context.cpp | 244 Return<void> Context::allocationElementRead(Allocation allocation, uint32_t x, uint32_t y, uint32_t… in allocationElementRead() function in android::hardware::renderscript::V1_0::implementation::Context
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsCopyTests.cpp | 474 context->allocationElementRead(allocation, 0, 0, 0, 0, (Ptr)dataOut.data(), in TEST_P()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 361 allocationElementRead(Allocation allocation, uint32_t x, uint32_t y,
|