Searched refs:srcAlloc (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 63 …ocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff… 64 …2_t dstMip, uint32_t width, uint32_t height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff…
|
D | Context.cpp | 286 …ocationCubemapFace dstFace, uint32_t width, uint32_t height, Allocation srcAlloc, uint32_t srcXoff… in allocationCopy2DRange() argument 294 RsAllocation _srcAlloc = hidl_to_rs<RsAllocation>(srcAlloc); in allocationCopy2DRange() 303 …2_t dstMip, uint32_t width, uint32_t height, uint32_t depth, Allocation srcAlloc, uint32_t srcXoff… in allocationCopy3DRange() argument 312 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,
|