Searched refs:allocationCopy3DRange (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 80 …Return<void> allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32…
|
D | Context.cpp | 319 Return<void> Context::allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff… in allocationCopy3DRange() function in android::hardware::renderscript::V1_0::implementation::Context
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsCopyTests.cpp | 262 context->allocationCopy3DRange(allocDst, 0, 0, 0, 0, 64, 64, 64, allocSrc, 32, 32, 32, 0); in TEST_F()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 505 allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff,
|