Searched defs:dstAlloc (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.cpp | 495 void rsovAllocationData1D_alloc(const Context *rsc, const Allocation *dstAlloc, in rsovAllocationData1D_alloc() 501 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData2D_alloc_script() 516 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData3D_alloc_script() 535 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData2D_alloc() 550 void rsovAllocationData3D_alloc(const Context *rsc, const Allocation *dstAlloc, in rsovAllocationData3D_alloc()
|
D | rsovRuntimeStubs.cpp | 196 rsAllocationCopy1DRange(::rs_allocation dstAlloc, uint32_t dstOff, in rsAllocationCopy1DRange() 207 rsAllocationCopy2DRange(::rs_allocation dstAlloc, uint32_t dstXoff, in rsAllocationCopy2DRange()
|
/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 | 1021 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() 1029 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() 1047 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc_script() 1068 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() 1085 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/android/support/v8/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 | 550 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 555 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 586 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 591 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1234 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 1273 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1448 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 1493 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|