Home
last modified time | relevance | path

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

/frameworks/rs/
DrsScriptC_Lib.cpp306 Allocation *srcAlloc, in rsrAllocationCopy1DRange() argument
309 !validateCopyArgs(rsc, true, 1, srcAlloc, srcOff, 0, srcMip, count, 1)) { in rsrAllocationCopy1DRange()
314 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
321 Allocation *srcAlloc, in rsrAllocationCopy2DRange() argument
325 !validateCopyArgs(rsc, true, 2, srcAlloc, srcXoff, srcYoff, srcMip, width, height)) { in rsrAllocationCopy2DRange()
331 srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in rsrAllocationCopy2DRange()
DrsRuntime.h83 Allocation *srcAlloc,
89 Allocation *srcAlloc,
Drs_hal.h278 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod);
283 const Allocation *srcAlloc,
291 const Allocation *srcAlloc,
DrsAllocation.cpp828 RsAllocation srcAlloc, in rsi_AllocationCopy2DRange() argument
832 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy2DRange()
845 RsAllocation srcAlloc, in rsi_AllocationCopy3DRange() argument
849 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy3DRange()
DrsHidlAdaptation.cpp678 RsAllocation srcAlloc, in AllocationCopy2DRange() argument
683 uint64_t _srcAlloc = (uint64_t)(uintptr_t)srcAlloc; in AllocationCopy2DRange()
693 RsAllocation srcAlloc, in AllocationCopy3DRange() argument
698 uint64_t _srcAlloc = (uint64_t)(uintptr_t)srcAlloc; in AllocationCopy3DRange()
/frameworks/rs/driver/
DrsdAllocation.h149 const android::renderscript::Allocation *srcAlloc,
155 const android::renderscript::Allocation *srcAlloc,
163 const android::renderscript::Allocation *srcAlloc,
DrsdAllocation.cpp1033 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument
1042 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument
1048 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script()
1060 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument
1067 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script()
1081 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument
1084 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1090 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
1099 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument
1102 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc()
[all …]
DrsdRuntimeStubs.cpp211 ::rs_allocation srcAlloc, in rsAllocationCopy1DRange() argument
217 count, (Allocation *)srcAlloc.p, srcOff, srcMip); in rsAllocationCopy1DRange()
225 ::rs_allocation srcAlloc, in rsAllocationCopy2DRange() argument
233 width, height, (Allocation *)srcAlloc.p, in rsAllocationCopy2DRange()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java559 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument
564 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument
571 srcAlloc, srcXoff, srcYoff, in nAllocationData2D()
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()
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java503 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument
508 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument
515 srcAlloc, srcXoff, srcYoff, in nAllocationData2D()
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()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1239 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument
1246 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc()
1253 (RsAllocation)srcAlloc, in nAllocationData2D_alloc()
1278 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument
1285 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData3D_alloc()
1291 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1447 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument
1455 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc()
1463 (RsAllocation)srcAlloc, in nAllocationData2D_alloc()
1492 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument
1500 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip); in nAllocationData3D_alloc()
1507 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
/frameworks/rs/script_api/include/
Drs_allocation_data.rsh62 * srcAlloc: Source allocation.
69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip);
99 * srcAlloc: Source allocation.
109 uint32_t height, rs_allocation srcAlloc, uint32_t srcXoff,