Searched refs:dstMip (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 79 …DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, AllocationCubemap… 80 …dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstMip, uint32_t width, u…
|
D | Context.cpp | 302 …DRange(Allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, AllocationCubemap… in allocationCopy2DRange() argument 306 uint32_t _dstMip = dstMip; in allocationCopy2DRange() 319 …dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstMip, uint32_t width, u… in allocationCopy3DRange() argument 324 uint32_t _dstMip = dstMip; in allocationCopy3DRange()
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 468 * @param dstMip Selected mipmap level of the Allocation to update 480 uint32_t dstYoff, uint32_t dstMip, 494 * @param dstMip Selected mipmap level of the Allocation to update 506 uint32_t dstYoff, uint32_t dstZoff, uint32_t dstMip,
|