Searched defs:dstXoff (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 1032 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsdAllocationData1D_alloc() 1040 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() 1058 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() 1079 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() 1096 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 222 uint32_t dstXoff, uint32_t dstYoff, in rsAllocationCopy2DRange()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 318 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange()
|
D | rsAllocation.cpp | 825 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() 842 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsi_AllocationCopy3DRange()
|
D | rsHidlAdaptation.cpp | 675 uint32_t dstXoff, uint32_t dstYoff, in AllocationCopy2DRange() 690 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in AllocationCopy3DRange()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 495 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 500 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 531 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 536 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 562 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 567 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 598 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 603 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1236 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 1275 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1449 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 1494 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|