/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 198 Allocation *srcAlloc, in rsrAllocationCopy1DRange() argument 202 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange() 209 Allocation *srcAlloc, in rsrAllocationCopy2DRange() argument 214 srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in rsrAllocationCopy2DRange()
|
D | rs_hal.h | 201 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod); 206 const Allocation *srcAlloc, 214 const Allocation *srcAlloc,
|
D | rsRuntime.h | 87 Allocation *srcAlloc, 93 Allocation *srcAlloc,
|
D | rsAllocation.cpp | 670 RsAllocation srcAlloc, in rsi_AllocationCopy2DRange() argument 674 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy2DRange() 687 RsAllocation srcAlloc, in rsi_AllocationCopy3DRange() argument 691 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy3DRange()
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 141 const android::renderscript::Allocation *srcAlloc, 147 const android::renderscript::Allocation *srcAlloc, 155 const android::renderscript::Allocation *srcAlloc,
|
D | rsdAllocation.cpp | 981 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument 990 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument 996 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script() 1008 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument 1015 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script() 1029 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument 1032 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc() 1038 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc() 1047 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument 1050 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc() [all …]
|
D | rsdRuntimeStubs.cpp | 119 Allocation *srcAlloc, in SC_AllocationCopy1DRange() argument 123 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange() 130 Allocation *srcAlloc, in SC_AllocationCopy2DRange() argument 137 srcAlloc, in SC_AllocationCopy2DRange()
|
/frameworks/rs/scriptc/ |
D | rs_allocation.rsh | 87 * @param srcAlloc The source data allocation. 96 rs_allocation srcAlloc, 113 * @param srcAlloc The source data allocation. 126 rs_allocation srcAlloc,
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 326 int srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument 331 int srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument 338 srcAlloc, srcXoff, srcYoff, in nAllocationData2D() 372 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() argument 377 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D() argument 383 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 448 int srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument 453 int srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument 460 srcAlloc, srcXoff, srcYoff, in nAllocationData2D() 494 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() argument 499 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D() argument 505 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 538 jint srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument 545 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc() 552 (RsAllocation)srcAlloc, in nAllocationData2D_alloc() 606 jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument 613 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData3D_alloc() 619 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 707 jint srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument 714 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc() 721 (RsAllocation)srcAlloc, in nAllocationData2D_alloc() 775 jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument 782 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData3D_alloc() 788 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
|