Searched refs:srcAlloc (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 79 …ocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff… 80 …2_t dstMip, uint32_t width, uint32_t height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff…
|
D | Context.cpp | 302 …ocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff… in allocationCopy2DRange() argument 310 RsAllocation _srcAlloc = hidl_to_rs<RsAllocation>(srcAlloc); in allocationCopy2DRange() 319 …2_t dstMip, uint32_t width, uint32_t height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff… in allocationCopy3DRange() argument 328 RsAllocation _srcAlloc = hidl_to_rs<RsAllocation>(srcAlloc); in allocationCopy3DRange()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 472 * @param srcAlloc Source Allocation, to be read 482 uint32_t height, Allocation srcAlloc, 498 * @param srcAlloc Source Allocation, to be read 508 Allocation srcAlloc, uint32_t srcXoff,
|