Searched refs:srcXoff (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 79 … dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff… 80 …_t width, uint32_t height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff…
|
D | Context.cpp | 302 … dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff… in allocationCopy2DRange() argument 311 uint32_t _srcXoff = srcXoff; in allocationCopy2DRange() 319 …_t width, uint32_t height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff… in allocationCopy3DRange() argument 329 uint32_t _srcXoff = srcXoff; in allocationCopy3DRange()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 473 * @param srcXoff X offset of the region in the source Allocation 483 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, 499 * @param srcXoff Source X offset of the region in the source Allocation 508 Allocation srcAlloc, uint32_t srcXoff,
|