Home
last modified time | relevance | path

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

/frameworks/rs/
DrsScriptC_Lib.cpp244 Allocation *srcAlloc, in rsrAllocationCopy1DRange() argument
248 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
255 Allocation *srcAlloc, in rsrAllocationCopy2DRange() argument
260 srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in rsrAllocationCopy2DRange()
Drs_hal.h220 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod);
225 const Allocation *srcAlloc,
233 const Allocation *srcAlloc,
DrsRuntime.h87 Allocation *srcAlloc,
93 Allocation *srcAlloc,
DrsAllocation.cpp711 RsAllocation srcAlloc, in rsi_AllocationCopy2DRange() argument
715 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy2DRange()
728 RsAllocation srcAlloc, in rsi_AllocationCopy3DRange() argument
732 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy3DRange()
/frameworks/rs/driver/
DrsdAllocation.h141 const android::renderscript::Allocation *srcAlloc,
147 const android::renderscript::Allocation *srcAlloc,
155 const android::renderscript::Allocation *srcAlloc,
DrsdAllocation.cpp998 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument
1007 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument
1013 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace); in rsdAllocationData2D_alloc_script()
1025 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc_script() argument
1032 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, in rsdAllocationData3D_alloc_script()
1046 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument
1049 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
1055 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
1064 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument
1067 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData3D_alloc()
[all …]
DrsdRuntimeStubs.cpp125 android::renderscript::rs_allocation srcAlloc, in SC_AllocationCopy1DRange() argument
129 (Allocation*)srcAlloc.p, srcOff, srcMip); in SC_AllocationCopy1DRange()
136 android::renderscript::rs_allocation srcAlloc, in SC_AllocationCopy2DRange() argument
143 (Allocation*)srcAlloc.p, in SC_AllocationCopy2DRange()
164 ::rs_allocation srcAlloc, in SC_AllocationCopy1DRange() argument
168 (Allocation*)srcAlloc.p, srcOff, srcMip); in SC_AllocationCopy1DRange()
175 ::rs_allocation srcAlloc, in SC_AllocationCopy2DRange() argument
182 (Allocation*)srcAlloc.p, in SC_AllocationCopy2DRange()
1512 ::rs_allocation srcAlloc, in rsAllocationCopy1DRange() argument
1515 srcAlloc, srcOff, srcMip); in rsAllocationCopy1DRange()
[all …]
/frameworks/rs/scriptc/
Drs_allocation.rsh87 * @param srcAlloc The source data allocation.
96 rs_allocation srcAlloc,
113 * @param srcAlloc The source data allocation.
126 rs_allocation srcAlloc,
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java407 int srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument
412 int srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument
419 srcAlloc, srcXoff, srcYoff, in nAllocationData2D()
453 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() argument
458 int srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D() argument
464 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java455 long srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument
460 long srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument
467 srcAlloc, srcXoff, srcYoff, in nAllocationData2D()
489 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in rsnAllocationData3D() argument
494 long srcAlloc, int srcXoff, int srcYoff, int srcZoff, in nAllocationData3D() argument
500 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip); in nAllocationData3D()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp538 jint srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument
545 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc()
552 (RsAllocation)srcAlloc, in nAllocationData2D_alloc()
606 jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument
613 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData3D_alloc()
619 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp722 jlong srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument
729 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc()
736 (RsAllocation)srcAlloc, in nAllocationData2D_alloc()
759 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, in nAllocationData3D_alloc() argument
766 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip); in nAllocationData3D_alloc()
772 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()