/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 | 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/driver/ |
D | rsdAllocation.h | 153 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 160 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
|
D | rsdAllocation.cpp | 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/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 495 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 500 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 507 dstAlloc, dstXoff, dstYoff, in nAllocationData2D() 531 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument 536 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument 543 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 562 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 567 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 574 dstAlloc, dstXoff, dstYoff, in nAllocationData2D() 598 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument 603 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument 610 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 | 1449 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 1459 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 1465 dstXoff, dstYoff, in nAllocationData2D_alloc() 1494 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, 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/ |
D | rs_allocation_data.rsh | 94 * dstYoff: Y offset in the destination of the region to be set. 107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
|