Home
last modified time | relevance | path

Searched refs:dstXoff (Results 1 – 16 of 16) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovAllocation.h136 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
143 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
151 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
159 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
166 const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff,
DrsovAllocation.cpp496 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsovAllocationData1D_alloc() argument
501 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData2D_alloc_script() argument
508 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsovAllocationData2D_alloc_script()
516 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData3D_alloc_script() argument
524 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, dstLod, in rsovAllocationData3D_alloc_script()
535 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, in rsovAllocationData2D_alloc() argument
545 rsovAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstLod, in rsovAllocationData2D_alloc()
551 uint32_t dstXoff, uint32_t dstYoff, in rsovAllocationData3D_alloc() argument
563 rsovAllocationData3D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstZoff, in rsovAllocationData3D_alloc()
DrsovRuntimeStubs.cpp207 rsAllocationCopy2DRange(::rs_allocation dstAlloc, uint32_t dstXoff, in rsAllocationCopy2DRange() argument
216 rsc, (Allocation *)dstAlloc.p, dstXoff, dstYoff, dstMip, dstFace, width, in rsAllocationCopy2DRange()
/frameworks/rs/driver/
DrsdAllocation.h148 uint32_t dstXoff, uint32_t dstLod, size_t count,
153 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
160 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsdAllocation.cpp1022 uint32_t dstXoff, uint32_t dstLod, size_t count, in rsdAllocationData1D_alloc() argument
1030 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc_script() argument
1037 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1048 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument
1055 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script()
1069 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, in rsdAllocationData2D_alloc() argument
1079 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, in rsdAllocationData2D_alloc()
1086 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument
1097 rsdAllocationData3D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstZoff, in rsdAllocationData3D_alloc()
DrsdRuntimeStubs.cpp222 uint32_t dstXoff, uint32_t dstYoff, in rsAllocationCopy2DRange() argument
232 dstXoff, dstYoff, dstMip, dstFace, in rsAllocationCopy2DRange()
/frameworks/rs/
DrsScriptC_Lib.cpp318 uint32_t dstXoff, uint32_t dstYoff, in rsrAllocationCopy2DRange() argument
324 if (!validateCopyArgs(rsc, false, 2, dstAlloc, dstXoff, dstYoff, dstMip, width, height) || in rsrAllocationCopy2DRange()
329 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff, in rsrAllocationCopy2DRange()
Drs_hal.h277 uint32_t dstXoff, uint32_t dstLod, size_t count,
281 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod,
288 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsAllocation.cpp825 uint32_t dstXoff, uint32_t dstYoff, in rsi_AllocationCopy2DRange() argument
833 rsc->mHal.funcs.allocation.allocData2D(rsc, dst, dstXoff, dstYoff, dstMip, in rsi_AllocationCopy2DRange()
842 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsi_AllocationCopy3DRange() argument
850 rsc->mHal.funcs.allocation.allocData3D(rsc, dst, dstXoff, dstYoff, dstZoff, dstMip, in rsi_AllocationCopy3DRange()
DrsRuntime.h86 uint32_t dstXoff, uint32_t dstYoff,
DrsHidlAdaptation.cpp675 uint32_t dstXoff, uint32_t dstYoff, in AllocationCopy2DRange() argument
685 …GetIContextHandle(context)->allocationCopy2DRange(_dstAlloc, dstXoff, dstYoff, dstMip, (Allocation… in AllocationCopy2DRange()
690 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in AllocationCopy3DRange() argument
700 …GetIContextHandle(context)->allocationCopy3DRange(_dstAlloc, dstXoff, dstYoff, dstZoff, dstMip, wi… in AllocationCopy3DRange()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java550 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/rs/support/java/src/android/support/v8/renderscript/
DRenderScript.java495 long dstAlloc, int dstXoff, int dstYoff, in rsnAllocationData2D() argument
500 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, in nAllocationData2D() argument
507 dstAlloc, dstXoff, dstYoff, in nAllocationData2D()
531 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
536 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
543 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1234 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/
Dandroid_renderscript_RenderScript.cpp1448 jlong dstAlloc, jint dstXoff, jint dstYoff, in nAllocationData2D_alloc() argument
1458 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1464 dstXoff, dstYoff, in nAllocationData2D_alloc()
1493 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1503 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, in nAllocationData3D_alloc()
1509 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh93 * dstXoff: X offset in the destination of the region to be set.
107 rsAllocationCopy2DRange(rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff,