Home
last modified time | relevance | path

Searched refs:dstMip (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/
DrsScriptC_Lib.cpp304 uint32_t dstMip, in rsrAllocationCopy1DRange() argument
308 if (!validateCopyArgs(rsc, false, 1, dstAlloc, dstOff, 0, dstMip, count, 1) || in rsrAllocationCopy1DRange()
313 dstMip, 0, count, 1, in rsrAllocationCopy1DRange()
319 uint32_t dstMip, uint32_t dstFace, in rsrAllocationCopy2DRange() argument
324 if (!validateCopyArgs(rsc, false, 2, dstAlloc, dstXoff, dstYoff, dstMip, width, height) || in rsrAllocationCopy2DRange()
330 dstMip, dstFace, width, height, in rsrAllocationCopy2DRange()
DrsRuntime.h81 uint32_t dstMip,
87 uint32_t dstMip, uint32_t dstFace,
DrsAllocation.cpp826 uint32_t dstMip, uint32_t dstFace, in rsi_AllocationCopy2DRange() argument
833 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()
843 uint32_t dstMip, in rsi_AllocationCopy3DRange() argument
850 rsc->mHal.funcs.allocation.allocData3D(rsc, dst, dstXoff, dstYoff, dstZoff, dstMip, in rsi_AllocationCopy3DRange()
DrsHidlAdaptation.cpp676 uint32_t dstMip, uint32_t dstFace, in AllocationCopy2DRange() argument
685 …GetIContextHandle(context)->allocationCopy2DRange(_dstAlloc, dstXoff, dstYoff, dstMip, (Allocation… in AllocationCopy2DRange()
691 uint32_t dstMip, in AllocationCopy3DRange() argument
700 …GetIContextHandle(context)->allocationCopy3DRange(_dstAlloc, dstXoff, dstYoff, dstZoff, dstMip, wi… in AllocationCopy3DRange()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java496 int dstMip, int dstFace, in rsnAllocationData2D() argument
501 int dstMip, int dstFace, in nAllocationData2D() argument
508 dstMip, dstFace, in nAllocationData2D()
532 int dstMip, in rsnAllocationData3D() argument
537 int dstMip, in nAllocationData3D() argument
544 dstMip, width, height, depth, in nAllocationData3D()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java563 int dstMip, int dstFace, in rsnAllocationData2D() argument
568 int dstMip, int dstFace, in nAllocationData2D() argument
575 dstMip, dstFace, in nAllocationData2D()
599 int dstMip, in rsnAllocationData3D() argument
604 int dstMip, in nAllocationData3D() argument
611 dstMip, width, height, depth, in nAllocationData3D()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1237 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument
1245 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1251 dstMip, dstFace, in nAllocationData2D_alloc()
1276 jint dstMip, in nAllocationData3D_alloc() argument
1284 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
1289 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp210 uint32_t dstOff, uint32_t dstMip, uint32_t count, in rsAllocationCopy1DRange() argument
216 rsrAllocationCopy1DRange(rsc, (Allocation *)dstAlloc.p, dstOff, dstMip, in rsAllocationCopy1DRange()
223 uint32_t dstMip, rs_allocation_cubemap_face dstFace, in rsAllocationCopy2DRange() argument
232 dstXoff, dstYoff, dstMip, dstFace, in rsAllocationCopy2DRange()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1450 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument
1459 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1466 dstMip, dstFace, in nAllocationData2D_alloc()
1495 jint dstMip, in nAllocationData3D_alloc() argument
1504 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc()
1510 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh60 * dstMip: Mip level in the destination allocation. 0 if mip mapping is not used.
68 … rsAllocationCopy1DRange(rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count,
95 * dstMip: Mip level in the destination allocation. 0 if mip mapping is not used.
108 uint32_t dstMip, rs_allocation_cubemap_face dstFace, uint32_t width,