/frameworks/base/libs/rs/ |
D | rsScriptC_Lib.cpp | 171 Allocation *srcAlloc, in rsrAllocationCopy1DRange() argument 175 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange() 182 Allocation *srcAlloc, in rsrAllocationCopy2DRange() argument 187 srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in rsrAllocationCopy2DRange()
|
D | rs_hal.h | 134 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod); 139 const Allocation *srcAlloc, 147 const Allocation *srcAlloc,
|
D | rsRuntime.h | 93 Allocation *srcAlloc, 99 Allocation *srcAlloc,
|
D | rsAllocation.cpp | 558 RsAllocation srcAlloc, in rsi_AllocationCopy2DRange() argument 562 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy2DRange()
|
/frameworks/base/libs/rs/driver/ |
D | rsdAllocation.h | 89 const android::renderscript::Allocation *srcAlloc, 95 const android::renderscript::Allocation *srcAlloc, 103 const android::renderscript::Allocation *srcAlloc,
|
D | rsdAllocation.cpp | 431 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument 454 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument 460 uint8_t *srcPtr = getOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcLod, srcFace); in rsdAllocationData2D_alloc_script() 472 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument 475 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc() 481 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc() 490 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument
|
D | rsdRuntimeStubs.cpp | 60 Allocation *srcAlloc, in SC_AllocationCopy1DRange() argument 64 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange() 71 Allocation *srcAlloc, in SC_AllocationCopy2DRange() argument 78 srcAlloc, in SC_AllocationCopy2DRange()
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_allocation.rsh | 84 * @param srcAlloc The source data allocation. 93 rs_allocation srcAlloc, 110 * @param srcAlloc The source data allocation. 123 rs_allocation srcAlloc,
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 311 int srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument 316 int srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument 323 srcAlloc, srcXoff, srcYoff, in nAllocationData2D()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 617 jint srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument 624 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc() 631 (RsAllocation)srcAlloc, in nAllocationData2D_alloc()
|