/aosp12/frameworks/rs/driver/ |
H A D | rsdAllocation.h | 164 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
|
H A D | rsdAllocation.cpp | 1061 … uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) { in rsdAllocationData3D_alloc_script() argument 1067 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script() 1100 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsdAllocationData3D_alloc() argument 1109 srcXoff, srcYoff, srcZoff, srcLod); in rsdAllocationData3D_alloc()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 595 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() argument 600 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D() argument 606 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | RenderScript.java | 539 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() argument 544 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D() argument 550 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D()
|
/aosp12/frameworks/rs/ |
H A D | rs.spec | 317 param uint32_t srcZoff
|
H A D | rsApiStubs.cpp | 494 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsAllocationCopy3DRange() argument 499 width, height, depth, src, srcXoff, srcYoff, srcZoff, srcMip); in rsAllocationCopy3DRange()
|
H A D | rs_hal.h | 292 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
|
H A D | rsAllocation.cpp | 846 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in rsi_AllocationCopy3DRange() argument 852 src, srcXoff, srcYoff, srcZoff, srcMip); in rsi_AllocationCopy3DRange()
|
H A D | rsApiStubs.h | 158 uint32_t srcZoff, uint32_t srcMip) __DEPRECATED_IN(31);
|
H A D | rsHidlAdaptation.cpp | 694 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, in AllocationCopy3DRange() argument 701 _srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in AllocationCopy3DRange()
|
/aosp12/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.h | 80 …depth, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip)…
|
H A D | Context.cpp | 319 …depth, Allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip)… in allocationCopy3DRange() argument 331 uint32_t _srcZoff = srcZoff; in allocationCopy3DRange()
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | IContext.hal | 501 * @param srcZoff Source Z offset of the region in the souce Allocation 509 uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip);
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1278 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument 1292 srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D_alloc()
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1492 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument 1508 srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D_alloc()
|