Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsScriptC_Lib.cpp171 Allocation *srcAlloc, in rsrAllocationCopy1DRange() argument
175 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
182 Allocation *srcAlloc, in rsrAllocationCopy2DRange() argument
187 srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in rsrAllocationCopy2DRange()
Drs_hal.h134 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod);
139 const Allocation *srcAlloc,
147 const Allocation *srcAlloc,
DrsRuntime.h93 Allocation *srcAlloc,
99 Allocation *srcAlloc,
DrsAllocation.cpp558 RsAllocation srcAlloc, in rsi_AllocationCopy2DRange() argument
562 Allocation *src= static_cast<Allocation *>(srcAlloc); in rsi_AllocationCopy2DRange()
/frameworks/base/libs/rs/driver/
DrsdAllocation.h89 const android::renderscript::Allocation *srcAlloc,
95 const android::renderscript::Allocation *srcAlloc,
103 const android::renderscript::Allocation *srcAlloc,
DrsdAllocation.cpp431 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData1D_alloc() argument
454 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc_script() argument
460 uint8_t *srcPtr = getOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcLod, srcFace); in rsdAllocationData2D_alloc_script()
472 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData2D_alloc() argument
475 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) { in rsdAllocationData2D_alloc()
481 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
490 const android::renderscript::Allocation *srcAlloc, in rsdAllocationData3D_alloc() argument
DrsdRuntimeStubs.cpp60 Allocation *srcAlloc, in SC_AllocationCopy1DRange() argument
64 srcAlloc, srcOff, srcMip); in SC_AllocationCopy1DRange()
71 Allocation *srcAlloc, in SC_AllocationCopy2DRange() argument
78 srcAlloc, in SC_AllocationCopy2DRange()
/frameworks/base/libs/rs/scriptc/
Drs_allocation.rsh84 * @param srcAlloc The source data allocation.
93 rs_allocation srcAlloc,
110 * @param srcAlloc The source data allocation.
123 rs_allocation srcAlloc,
/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java311 int srcAlloc, int srcXoff, int srcYoff, in rsnAllocationData2D() argument
316 int srcAlloc, int srcXoff, int srcYoff, in nAllocationData2D() argument
323 srcAlloc, srcXoff, srcYoff, in nAllocationData2D()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp617 jint srcAlloc, jint srcXoff, jint srcYoff, in nAllocationData2D_alloc() argument
624 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc()
631 (RsAllocation)srcAlloc, in nAllocationData2D_alloc()