/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 306 Allocation *srcAlloc, in rsrAllocationCopy1DRange() argument 309 !validateCopyArgs(rsc, true, 1, srcAlloc, srcOff, 0, srcMip, count, 1)) { in rsrAllocationCopy1DRange() 314 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange() 321 Allocation *srcAlloc, in rsrAllocationCopy2DRange() argument 325 !validateCopyArgs(rsc, true, 2, srcAlloc, srcXoff, srcYoff, srcMip, width, height)) { in rsrAllocationCopy2DRange() 331 srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in rsrAllocationCopy2DRange()
|
D | rsRuntime.h | 83 Allocation *srcAlloc, 89 Allocation *srcAlloc,
|
D | rs_hal.h | 278 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod); 283 const Allocation *srcAlloc, 291 const Allocation *srcAlloc,
|
D | rsAllocation.cpp | 828 RsAllocation srcAlloc, in rsi_AllocationCopy2DRange() argument 832 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy2DRange() 845 RsAllocation srcAlloc, in rsi_AllocationCopy3DRange() argument 849 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy3DRange()
|
D | rsHidlAdaptation.cpp | 678 RsAllocation srcAlloc, in AllocationCopy2DRange() argument 683 uint64_t _srcAlloc = (uint64_t)(uintptr_t)srcAlloc; in AllocationCopy2DRange() 693 RsAllocation srcAlloc, in AllocationCopy3DRange() argument 698 uint64_t _srcAlloc = (uint64_t)(uintptr_t)srcAlloc; in AllocationCopy3DRange()
|
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.h | 138 const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff, 145 uint32_t w, uint32_t h, const android::renderscript::Allocation *srcAlloc, 153 uint32_t w, uint32_t h, const android::renderscript::Allocation *srcAlloc, 161 uint32_t d, const android::renderscript::Allocation *srcAlloc, 168 uint32_t d, const android::renderscript::Allocation *srcAlloc,
|
D | rsovAllocation.cpp | 498 const Allocation *srcAlloc, uint32_t srcXoff, in rsovAllocationData1D_alloc() argument 504 uint32_t w, uint32_t h, const Allocation *srcAlloc, uint32_t srcXoff, in rsovAllocationData2D_alloc_script() argument 511 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsovAllocationData2D_alloc_script() 519 uint32_t d, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, in rsovAllocationData3D_alloc_script() argument 528 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, srcLod, in rsovAllocationData3D_alloc_script() 538 uint32_t w, uint32_t h, const Allocation *srcAlloc, uint32_t srcXoff, in rsovAllocationData2D_alloc() argument 540 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsovAllocationData2D_alloc() 547 dstFace, w, h, srcAlloc, srcXoff, srcYoff, in rsovAllocationData2D_alloc() 555 const Allocation *srcAlloc, uint32_t srcXoff, in rsovAllocationData3D_alloc() argument 558 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsovAllocationData3D_alloc() [all …]
|
D | rsovRuntimeStubs.cpp | 198 ::rs_allocation srcAlloc, uint32_t srcOff, in rsAllocationCopy1DRange() argument 203 (Allocation *)srcAlloc.p, srcOff, srcMip); in rsAllocationCopy1DRange() 210 uint32_t height, ::rs_allocation srcAlloc, in rsAllocationCopy2DRange() argument 217 height, (Allocation *)srcAlloc.p, srcXoff, srcYoff, srcMip, srcFace); in rsAllocationCopy2DRange()
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 149 const android::renderscript::Allocation *srcAlloc, 155 const android::renderscript::Allocation *srcAlloc, 163 const android::renderscript::Allocation *srcAlloc,
|
D | rsdAllocation.cpp | 1021 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument 1030 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument 1036 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script() 1048 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument 1055 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script() 1069 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument 1072 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc() 1078 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc() 1087 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument 1090 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc() [all …]
|
D | rsdRuntimeStubs.cpp | 211 ::rs_allocation srcAlloc, in rsAllocationCopy1DRange() argument 217 count, (Allocation *)srcAlloc.p, srcOff, srcMip); in rsAllocationCopy1DRange() 225 ::rs_allocation srcAlloc, in rsAllocationCopy2DRange() argument 233 width, height, (Allocation *)srcAlloc.p, in rsAllocationCopy2DRange()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 486 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument 491 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument 498 srcAlloc, srcXoff, srcYoff, in nAllocationData2D() 522 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() argument 527 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D() argument 533 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 553 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument 558 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument 565 srcAlloc, srcXoff, srcYoff, in nAllocationData2D() 589 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() argument 594 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D() argument 600 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1237 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument 1244 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc() 1251 (RsAllocation)srcAlloc, in nAllocationData2D_alloc() 1276 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument 1283 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData3D_alloc() 1289 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1460 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument 1468 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc() 1476 (RsAllocation)srcAlloc, in nAllocationData2D_alloc() 1505 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument 1513 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip); in nAllocationData3D_alloc() 1520 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_data.rsh | 62 * srcAlloc: Source allocation. 69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip); 99 * srcAlloc: Source allocation. 109 uint32_t height, rs_allocation srcAlloc, uint32_t srcXoff,
|