/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 196 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()
|
D | rsRuntime.h | 85 uint32_t dstMip, 91 uint32_t dstMip, uint32_t dstFace,
|
D | rsAllocation.cpp | 668 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/ |
D | rs_allocation.rsh | 85 * @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/ |
D | RenderScript.java | 324 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/ |
D | RenderScript.java | 446 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/ |
D | android_renderscript_RenderScript.cpp | 536 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/ |
D | android_renderscript_RenderScript.cpp | 705 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/ |
D | rsdRuntimeStubs.cpp | 117 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()
|