Home
last modified time | relevance | path

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

/frameworks/rs/
DrsScriptC_Lib.cpp196 uint32_t dstMip, in rsrAllocationCopy1DRange() argument
201 dstMip, 0, count, 1, in rsrAllocationCopy1DRange()
207 uint32_t dstMip, uint32_t dstFace, in rsrAllocationCopy2DRange() argument
213 dstMip, dstFace, width, height, in rsrAllocationCopy2DRange()
DrsRuntime.h85 uint32_t dstMip,
91 uint32_t dstMip, uint32_t dstFace,
DrsAllocation.cpp668 uint32_t dstMip, uint32_t dstFace, in rsi_AllocationCopy2DRange() argument
675 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()
685 uint32_t dstMip, in rsi_AllocationCopy3DRange() argument
692 rsc->mHal.funcs.allocation.allocData3D(rsc, dst, dstXoff, dstYoff, dstZoff, dstMip, in rsi_AllocationCopy3DRange()
/frameworks/rs/scriptc/
Drs_allocation.rsh85 * @param dstMip Mip level in the destination allocation.
94 uint32_t dstOff, uint32_t dstMip,
108 * @param dstMip Mip level in the destination allocation.
123 uint32_t dstMip,
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java324 int dstMip, int dstFace, in rsnAllocationData2D() argument
329 int dstMip, int dstFace, in nAllocationData2D() argument
336 dstMip, dstFace, in nAllocationData2D()
370 int dstMip, in rsnAllocationData3D() argument
375 int dstMip, in nAllocationData3D() argument
382 dstMip, width, height, depth, in nAllocationData3D()
/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java446 int dstMip, int dstFace, in rsnAllocationData2D() argument
451 int dstMip, int dstFace, in nAllocationData2D() argument
458 dstMip, dstFace, in nAllocationData2D()
492 int dstMip, in rsnAllocationData3D() argument
497 int dstMip, in nAllocationData3D() argument
504 dstMip, width, height, depth, in nAllocationData3D()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp536 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument
544 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
550 dstMip, dstFace, in nAllocationData2D_alloc()
604 jint dstMip, in nAllocationData3D_alloc() argument
612 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
617 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp705 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument
713 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
719 dstMip, dstFace, in nAllocationData2D_alloc()
773 jint dstMip, in nAllocationData3D_alloc() argument
781 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
786 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp117 uint32_t dstMip, in SC_AllocationCopy1DRange() argument
122 rsrAllocationCopy1DRange(rsc, dstAlloc, dstOff, dstMip, count, in SC_AllocationCopy1DRange()
128 uint32_t dstMip, uint32_t dstFace, in SC_AllocationCopy2DRange() argument
135 dstXoff, dstYoff, dstMip, dstFace, in SC_AllocationCopy2DRange()