/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 268 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange() argument 274 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
|
D | rs_hal.h | 278 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 285 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
|
D | rsAllocation.cpp | 865 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() argument 873 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange() 882 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsi_AllocationCopy3DRange() argument 890 rsc->mHal.funcs.allocation.allocData3D(rsc, dst, dstXoff, dstYoff, dstZoff, dstMip, in rsi_AllocationCopy3DRange()
|
D | rsRuntime.h | 90 uint32_t dstXoff, uint32_t dstYoff,
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 155 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, 162 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
|
D | rsdAllocation.cpp | 1082 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument 1089 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 1100 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument 1107 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script() 1121 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument 1131 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc() 1138 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument 1149 rsdAllocationData3D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstZoff, in rsdAllocationData3D_alloc()
|
D | rsdRuntimeStubs.cpp | 206 uint32_t dstXoff, uint32_t dstYoff, in rsAllocationCopy2DRange() argument 216 dstXoff, dstYoff, dstMip, dstFace, in rsAllocationCopy2DRange()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 483 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 488 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 495 dstAlloc, dstXoff, dstYoff, in nAllocationData2D() 519 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument 524 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument 531 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 550 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument 555 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument 562 dstAlloc, dstXoff, dstYoff, in nAllocationData2D() 586 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument 591 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument 598 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1234 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 1243 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 1248 dstXoff, dstYoff, in nAllocationData2D_alloc() 1273 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument 1282 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc() 1287 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1445 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument 1455 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 1461 dstXoff, dstYoff, in nAllocationData2D_alloc() 1490 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument 1500 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc() 1506 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
|
/frameworks/rs/scriptc/ |
D | rs_allocation_data.rsh | 94 * dstYoff: Y offset in the destination of the region to be set. 107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_allocation_data.jd | 159 … dstXoff, <a href='rs_value_types.html#android_rs:uint32_t'>uint32_t</a> dstYoff, <a href='rs_valu… 170 <tr><th>dstYoff</th><td>Y offset in the destination of the region to be set.</td></tr>
|