Home
last modified time | relevance | path

Searched refs:dstXoff (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/renderscript/1.0/default/
DContext.h63 …Return<void> allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32…
64 …Return<void> allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32…
DContext.cpp288 Return<void> Context::allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff… in allocationCopy2DRange() argument
290 uint32_t _dstXoff = dstXoff; in allocationCopy2DRange()
305 Return<void> Context::allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff… in allocationCopy3DRange() argument
307 uint32_t _dstXoff = dstXoff; in allocationCopy3DRange()
/hardware/interfaces/renderscript/1.0/
DIContext.hal466 * @param dstXoff X offset of the region to update
479 allocationCopy2DRange(Allocation dstAlloc, uint32_t dstXoff,
491 * @param dstXoff X offset of the region to update
505 allocationCopy3DRange(Allocation dstAlloc, uint32_t dstXoff,