Searched refs:srcYoff (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 79 … width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip,… 80 … height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff…
|
D | Context.cpp | 302 … width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip,… in allocationCopy2DRange() argument 312 uint32_t _srcYoff = srcYoff; in allocationCopy2DRange() 319 … height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff… in allocationCopy3DRange() argument 330 uint32_t _srcYoff = srcYoff; in allocationCopy3DRange()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 474 * @param srcYoff Y offset of the region in the source Allocation 483 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, 500 * @param srcYoff Source Y offset of the region in the source Allocation 509 uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip);
|