Searched defs:dstAlloc (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/
H A DrsScriptC_Lib.cpp302 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, argument
308 if (!validateCopyArgs(rsc, false, 1, dstAlloc, dstOff, 0, dstMip, count, 1) ||
312 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0,
317 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, argument
324 if (!validateCopyArgs(rsc, false, 2, dstAlloc, dstXoff, dstYoff, dstMip, width, height) ||
329 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff,
H A DrsAllocation.cpp824 RsAllocation dstAlloc,
831 Allocation *dst = static_cast<Allocation *>(dstAlloc);
841 RsAllocation dstAlloc,
848 Allocation *dst = static_cast<Allocation *>(dstAlloc);
823 rsi_AllocationCopy2DRange(Context *rsc, RsAllocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, RsAllocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
840 rsi_AllocationCopy3DRange(Context *rsc, RsAllocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstMip, uint32_t width, uint32_t height, uint32_t depth, RsAllocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip) argument
H A DrsHidlAdaptation.cpp674 RsAllocation dstAlloc,
682 uint64_t _dstAlloc = (uint64_t)(uintptr_t)dstAlloc;
689 RsAllocation dstAlloc,
697 uint64_t _dstAlloc = (uint64_t)(uintptr_t)dstAlloc;
673 AllocationCopy2DRange(RsContext context, RsAllocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, RsAllocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
688 AllocationCopy3DRange(RsContext context, RsAllocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstMip, uint32_t width, uint32_t height, uint32_t depth, RsAllocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip) argument
/frameworks/rs/driver/
H A DrsdAllocation.cpp1021 const android::renderscript::Allocation *dstAlloc,
1029 const android::renderscript::Allocation *dstAlloc,
1035 size_t elementSize = dstAlloc->getType()->getElementSizeBytes();
1037 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace);
1047 const android::renderscript::Allocation *dstAlloc,
1052 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
1055 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j,
1068 const android::renderscript::Allocation *dstAlloc,
1074 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) {
1079 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXof
1020 rsdAllocationData1D_alloc(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstLod, size_t count, const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod) argument
1028 rsdAllocationData2D_alloc_script(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) argument
1046 rsdAllocationData3D_alloc_script(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h, uint32_t d, const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) argument
1067 rsdAllocationData2D_alloc(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) argument
1084 rsdAllocationData3D_alloc(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h, uint32_t d, const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) argument
[all...]
H A DrsdRuntimeStubs.cpp209 ::rs_allocation dstAlloc,
216 rsrAllocationCopy1DRange(rsc, (Allocation *)dstAlloc.p, dstOff, dstMip,
221 ::rs_allocation dstAlloc,
231 rsrAllocationCopy2DRange(rsc, (Allocation *)dstAlloc.p,
208 rsAllocationCopy1DRange( ::rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count, ::rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip) argument
220 rsAllocationCopy2DRange( ::rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, rs_allocation_cubemap_face dstFace, uint32_t width, uint32_t height, ::rs_allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, rs_allocation_cubemap_face srcFace) argument
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp495 void rsovAllocationData1D_alloc(const Context *rsc, const Allocation *dstAlloc, argument
501 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff,
505 size_t elementSize = dstAlloc->getType()->getElementSizeBytes();
508 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace);
516 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff,
520 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
524 GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j, dstLod,
535 const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff,
539 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) {
545 rsovAllocationData2D_alloc_script(rsc, dstAlloc, dstXof
500 rsovAllocationData2D_alloc_script( const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) argument
515 rsovAllocationData3D_alloc_script( const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h, uint32_t d, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) argument
534 rsovAllocationData2D_alloc( const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) argument
550 rsovAllocationData3D_alloc(const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, uint32_t w, uint32_t h, uint32_t d, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) argument
[all...]
H A DrsovRuntimeStubs.cpp196 rsAllocationCopy1DRange(::rs_allocation dstAlloc, uint32_t dstOff, argument
202 rsrAllocationCopy1DRange(rsc, (Allocation *)dstAlloc.p, dstOff, dstMip, count,
207 rsAllocationCopy2DRange(::rs_allocation dstAlloc, uint32_t dstXoff, argument
216 rsc, (Allocation *)dstAlloc.p, dstXoff, dstYoff, dstMip, dstFace, width,
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1234 jlong dstAlloc, jint dstXoff, jint dstYoff,
1240 LOG_API("nAllocation2DData_s, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
1243 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
1247 (RsAllocation)dstAlloc,
1273 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff,
1279 LOG_API("nAllocationData3D_alloc, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
1282 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
1286 (RsAllocation)dstAlloc,
1233 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
1272 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java550 long dstAlloc, int dstXoff, int dstYoff,
555 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, argument
562 dstAlloc, dstXoff, dstYoff,
586 long dstAlloc, int dstXoff, int dstYoff, int dstZoff,
591 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, argument
598 dstAlloc, dstXoff, dstYoff, dstZoff,
549 rsnAllocationData2D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, long srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
585 rsnAllocationData3D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstZoff, int dstMip, int width, int height, int depth, long srcAlloc, int srcXoff, int srcYoff, int srcZoff, int srcMip) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1445 // pointed to by dstAlloc.
1448 jlong dstAlloc, jint dstXoff, jint dstYoff,
1455 ALOGD("nAllocation2DData_s, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
1458 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
1463 (RsAllocation)dstAlloc,
1490 // pointed to by dstAlloc.
1493 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff,
1500 ALOGD("nAllocationData3D_alloc, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
1503 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip,
1508 (RsAllocation)dstAlloc,
1447 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
1492 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java495 long dstAlloc, int dstXoff, int dstYoff,
500 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, argument
507 dstAlloc, dstXoff, dstYoff,
531 long dstAlloc, int dstXoff, int dstYoff, int dstZoff,
536 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, argument
543 dstAlloc, dstXoff, dstYoff, dstZoff,
494 rsnAllocationData2D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, long srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
530 rsnAllocationData3D(long con, long dstAlloc, int dstXoff, int dstYoff, int dstZoff, int dstMip, int width, int height, int depth, long srcAlloc, int srcXoff, int srcYoff, int srcZoff, int srcMip) argument

Completed in 1778 milliseconds