Home
last modified time | relevance | path

Searched refs:dstYoff (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/
DrsScriptC_Lib.cpp271 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange() argument
277 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
Drs_hal.h252 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
259 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsAllocation.cpp792 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() argument
800 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()
809 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsi_AllocationCopy3DRange() argument
817 rsc->mHal.funcs.allocation.allocData3D(rsc, dst, dstXoff, dstYoff, dstZoff, dstMip, in rsi_AllocationCopy3DRange()
DrsRuntime.h90 uint32_t dstXoff, uint32_t dstYoff,
/frameworks/rs/driver/
DrsdAllocation.h150 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
157 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsdAllocation.cpp1053 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument
1060 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1071 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument
1078 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script()
1092 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument
1102 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc()
1109 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument
1120 rsdAllocationData3D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstZoff, in rsdAllocationData3D_alloc()
DrsdRuntimeStubs.cpp191 uint32_t dstXoff, uint32_t dstYoff, in rsAllocationCopy2DRange() argument
201 dstXoff, dstYoff, dstMip, dstFace, in rsAllocationCopy2DRange()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java474 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
479 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
486 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
510 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
515 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
522 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java524 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
529 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
536 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
560 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
565 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
572 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1229 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
1238 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1243 dstXoff, dstYoff, in nAllocationData2D_alloc()
1268 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1277 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
1282 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1342 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
1352 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1358 dstXoff, dstYoff, in nAllocationData2D_alloc()
1387 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1397 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc()
1403 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
/frameworks/rs/scriptc/
Drs_allocation_data.rsh86 * dstYoff: Y offset in the destination of the region to be set.
99 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_allocation_data.jd159 … 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>