/frameworks/rs/driver/ |
D | rsdAllocation.h | 148 uint32_t dstXoff, uint32_t dstLod, size_t count, 153 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 160 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
|
D | rsdAllocation.cpp | 1032 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsdAllocationData1D_alloc() argument 1040 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument 1047 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 1058 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument 1065 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script() 1079 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument 1089 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc() 1096 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument 1107 rsdAllocationData3D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstZoff, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 222 uint32_t dstXoff, uint32_t dstYoff, in rsAllocationCopy2DRange() argument 232 dstXoff, dstYoff, dstMip, dstFace, in rsAllocationCopy2DRange()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 318 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange() argument 324 if (!validateCopyArgs(rsc, false, 2, dstAlloc, dstXoff, dstYoff, dstMip, width, height) || in rsrAllocationCopy2DRange() 329 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
|
D | rs_hal.h | 277 uint32_t dstXoff, uint32_t dstLod, size_t count, 281 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 288 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
|
D | rsAllocation.cpp | 825 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() argument 833 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange() 842 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsi_AllocationCopy3DRange() argument 850 rsc->mHal.funcs.allocation.allocData3D(rsc, dst, dstXoff, dstYoff, dstZoff, dstMip, in rsi_AllocationCopy3DRange()
|
D | rsRuntime.h | 86 uint32_t dstXoff, uint32_t dstYoff,
|
D | rsHidlAdaptation.cpp | 675 uint32_t dstXoff, uint32_t dstYoff, in AllocationCopy2DRange() argument 685 …GetIContextHandle(context)->allocationCopy2DRange(_dstAlloc, dstXoff, dstYoff, dstMip, (Allocation… in AllocationCopy2DRange() 690 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in AllocationCopy3DRange() argument 700 …GetIContextHandle(context)->allocationCopy3DRange(_dstAlloc, dstXoff, dstYoff, dstZoff, dstMip, wi… in AllocationCopy3DRange()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 500 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 505 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 512 dstAlloc, dstXoff, dstYoff, in nAllocationData2D() 536 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument 541 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument 548 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 556 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 561 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 568 dstAlloc, dstXoff, dstYoff, in nAllocationData2D() 592 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument 597 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument 604 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1236 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 1245 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 1250 dstXoff, dstYoff, in nAllocationData2D_alloc() 1275 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, 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/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1444 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 1454 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 1460 dstXoff, dstYoff, in nAllocationData2D_alloc() 1489 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument 1499 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc() 1505 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_data.rsh | 93 * dstXoff: X offset in the destination of the region to be set. 107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
|