Home
last modified time | relevance | path

Searched refs:dstZoff (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovAllocation.h160 uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h,
167 uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h,
DrsovAllocation.cpp517 uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h, in rsovAllocationData3D_alloc_script() argument
524 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, dstLod, in rsovAllocationData3D_alloc_script()
552 uint32_t dstZoff, uint32_t dstLod, uint32_t w, in rsovAllocationData3D_alloc() argument
563 rsovAllocationData3D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstZoff, in rsovAllocationData3D_alloc()
/frameworks/rs/driver/
DrsdAllocation.h160 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsdAllocation.cpp1058 … uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, in rsdAllocationData3D_alloc_script() argument
1065 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, in rsdAllocationData3D_alloc_script()
1096 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, in rsdAllocationData3D_alloc() argument
1107 rsdAllocationData3D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff, dstZoff, in rsdAllocationData3D_alloc()
/frameworks/rs/
Drs_hal.h288 uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff,
DrsAllocation.cpp842 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()
DrsHidlAdaptation.cpp690 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.java598 long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in rsnAllocationData3D() argument
603 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, in nAllocationData3D() argument
610 dstAlloc, dstXoff, dstYoff, dstZoff, in nAllocationData3D()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java531 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.cpp1275 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1289 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1494 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, in nAllocationData3D_alloc() argument
1510 dstXoff, dstYoff, dstZoff, dstMip, in nAllocationData3D_alloc()