Searched defs:dstAlloc (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 302 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy1DRange() 317 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy2DRange()
|
D | rsAllocation.cpp | 824 RsAllocation dstAlloc, in rsi_AllocationCopy2DRange() 841 RsAllocation dstAlloc, in rsi_AllocationCopy3DRange()
|
D | rsHidlAdaptation.cpp | 674 RsAllocation dstAlloc, in AllocationCopy2DRange() 689 RsAllocation dstAlloc, in AllocationCopy3DRange()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 1031 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() 1039 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() 1057 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc_script() 1078 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() 1095 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 209 ::rs_allocation dstAlloc, in rsAllocationCopy1DRange() 221 ::rs_allocation dstAlloc, in rsAllocationCopy2DRange()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 500 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 505 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 536 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 541 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 556 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 561 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 592 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 597 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 | 1444 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 1489 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|