Searched defs:dstAlloc (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 194 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy1DRange() 205 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, in rsrAllocationCopy2DRange()
|
D | rsAllocation.cpp | 666 RsAllocation dstAlloc, in rsi_AllocationCopy2DRange() 683 RsAllocation dstAlloc, in rsi_AllocationCopy3DRange()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 979 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData1D_alloc() 987 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc_script() 1005 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc_script() 1026 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData2D_alloc() 1043 const android::renderscript::Allocation *dstAlloc, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 115 static void SC_AllocationCopy1DRange(Allocation *dstAlloc, in SC_AllocationCopy1DRange() 126 static void SC_AllocationCopy2DRange(Allocation *dstAlloc, in SC_AllocationCopy2DRange()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 323 int dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 328 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 369 int dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 374 synchronized void nAllocationData3D(int dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 445 int dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() 450 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() 491 int dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() 496 synchronized void nAllocationData3D(int dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 535 jint dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 603 jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 704 jint dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() 772 jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc()
|