/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 260 Allocation *srcAlloc, in rsrAllocationCopy1DRange() argument 264 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange() 271 Allocation *srcAlloc, in rsrAllocationCopy2DRange() argument 276 srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in rsrAllocationCopy2DRange()
|
D | rsRuntime.h | 87 Allocation *srcAlloc, 93 Allocation *srcAlloc,
|
D | rs_hal.h | 275 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod); 280 const Allocation *srcAlloc, 288 const Allocation *srcAlloc,
|
D | rsAllocation.cpp | 868 RsAllocation srcAlloc, in rsi_AllocationCopy2DRange() argument 872 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy2DRange() 885 RsAllocation srcAlloc, in rsi_AllocationCopy3DRange() argument 889 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy3DRange()
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 151 const android::renderscript::Allocation *srcAlloc, 157 const android::renderscript::Allocation *srcAlloc, 165 const android::renderscript::Allocation *srcAlloc,
|
D | rsdAllocation.cpp | 1075 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument 1084 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument 1090 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script() 1102 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument 1109 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script() 1123 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument 1126 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc() 1132 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc() 1141 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument 1144 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc() [all …]
|
D | rsdRuntimeStubs.cpp | 195 ::rs_allocation srcAlloc, in rsAllocationCopy1DRange() argument 201 count, (Allocation *)srcAlloc.p, srcOff, srcMip); in rsAllocationCopy1DRange() 209 ::rs_allocation srcAlloc, in rsAllocationCopy2DRange() argument 217 width, height, (Allocation *)srcAlloc.p, in rsAllocationCopy2DRange()
|
/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/support/v8/renderscript/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/support/v8/renderscript/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 | 1448 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument 1456 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc() 1464 (RsAllocation)srcAlloc, in nAllocationData2D_alloc() 1493 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument 1501 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip); in nAllocationData3D_alloc() 1508 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
|
/frameworks/rs/scriptc/ |
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,
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_allocation_data.jd | 114 … href='rs_object_types.html#android_rs:rs_allocation'>rs_allocation</a> srcAlloc, <a href='rs_valu… 127 <tr><th>srcAlloc</th><td>Source allocation.</td></tr> 159 … href='rs_object_types.html#android_rs:rs_allocation'>rs_allocation</a> srcAlloc, <a href='rs_valu… 175 <tr><th>srcAlloc</th><td>Source allocation.</td></tr>
|