Searched refs:dstAlloc (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 79 …Return<void> allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32… 80 …Return<void> allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32…
|
D | Context.cpp | 302 Return<void> Context::allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff… in allocationCopy2DRange() argument 303 RsAllocation _dstAlloc = hidl_to_rs<RsAllocation>(dstAlloc); in allocationCopy2DRange() 319 Return<void> Context::allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff… in allocationCopy3DRange() argument 320 RsAllocation _dstAlloc = hidl_to_rs<RsAllocation>(dstAlloc); in allocationCopy3DRange()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 465 * @param dstAlloc Allocation to be updated 479 allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, 490 * @param dstAlloc Allocation to be updated 505 allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff,
|