Searched refs:dstAlloc (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/
H A DrsScriptC_Lib.cpp240 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, argument
246 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0,
251 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, argument
258 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff,
H A Drs_hal.h218 const Allocation *dstAlloc,
222 const Allocation *dstAlloc,
229 const Allocation *dstAlloc,
H A DrsRuntime.h83 void rsrAllocationCopy1DRange(Context *, Allocation *dstAlloc,
89 void rsrAllocationCopy2DRange(Context *, Allocation *dstAlloc,
H A DrsAllocation.cpp707 RsAllocation dstAlloc,
714 Allocation *dst = static_cast<Allocation *>(dstAlloc);
724 RsAllocation dstAlloc,
731 Allocation *dst = static_cast<Allocation *>(dstAlloc);
706 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
723 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
/frameworks/rs/driver/
H A DrsdAllocation.h139 const android::renderscript::Allocation *dstAlloc,
144 const android::renderscript::Allocation *dstAlloc,
151 const android::renderscript::Allocation *dstAlloc,
H A DrsdAllocation.cpp996 const android::renderscript::Allocation *dstAlloc,
1004 const android::renderscript::Allocation *dstAlloc,
1010 size_t elementSize = dstAlloc->getType()->getElementSizeBytes();
1012 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace);
1022 const android::renderscript::Allocation *dstAlloc,
1027 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
1030 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j,
1043 const android::renderscript::Allocation *dstAlloc,
1049 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) {
1054 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXof
995 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
1003 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
1021 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
1042 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
1059 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.cpp121 static void SC_AllocationCopy1DRange(android::renderscript::rs_allocation dstAlloc, argument
128 rsrAllocationCopy1DRange(rsc, (Allocation*)dstAlloc.p, dstOff, dstMip, count,
132 static void SC_AllocationCopy2DRange(android::renderscript::rs_allocation dstAlloc, argument
140 rsrAllocationCopy2DRange(rsc, (Allocation*)dstAlloc.p,
160 static void SC_AllocationCopy1DRange(::rs_allocation dstAlloc, argument
167 rsrAllocationCopy1DRange(rsc, (Allocation*)dstAlloc.p, dstOff, dstMip, count,
171 static void SC_AllocationCopy2DRange(::rs_allocation dstAlloc, argument
179 rsrAllocationCopy2DRange(rsc, (Allocation*)dstAlloc.p,
1510 ::rs_allocation dstAlloc,
1514 SC_AllocationCopy1DRange(dstAlloc, dstOf
1509 rsAllocationCopy1DRange( ::rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count, ::rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip) argument
1518 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
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java452 long dstAlloc, int dstXoff, int dstYoff,
457 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, argument
464 dstAlloc, dstXoff, dstYoff,
486 long dstAlloc, int dstXoff, int dstYoff, int dstZoff,
491 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff, argument
498 dstAlloc, dstXoff, dstYoff, dstZoff,
451 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
485 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java404 int dstAlloc, int dstXoff, int dstYoff,
409 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, argument
416 dstAlloc, dstXoff, dstYoff,
450 int dstAlloc, int dstXoff, int dstYoff, int dstZoff,
455 synchronized void nAllocationData3D(int dstAlloc, int dstXoff, int dstYoff, int dstZoff, argument
462 dstAlloc, dstXoff, dstYoff, dstZoff,
403 rsnAllocationData2D(int con, int dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, int srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
449 rsnAllocationData3D(int con, int dstAlloc, int dstXoff, int dstYoff, int dstZoff, int dstMip, int width, int height, int depth, int srcAlloc, int srcXoff, int srcYoff, int srcZoff, int srcMip) argument
/frameworks/rs/scriptc/
H A Drs_allocation.rsh82 * @param dstAlloc Allocation to copy data into.
93 rsAllocationCopy1DRange(rs_allocation dstAlloc,
103 * @param dstAlloc allocation to copy data into.
121 rsAllocationCopy2DRange(rs_allocation dstAlloc,
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp535 jint dstAlloc, jint dstXoff, jint dstYoff,
541 LOG_API("nAllocation2DData_s, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
544 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
548 (RsAllocation)dstAlloc,
603 jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff,
609 LOG_API("nAllocationData3D_alloc, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
612 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
616 (RsAllocation)dstAlloc,
534 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, RsContext con, jint dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jint srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
602 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, RsContext con, jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp716 // pointed to by dstAlloc.
719 jlong dstAlloc, jint dstXoff, jint dstYoff,
725 LOG_API("nAllocation2DData_s, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
728 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
732 (RsAllocation)dstAlloc,
753 // pointed to by dstAlloc.
756 jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff,
762 LOG_API("nAllocationData3D_alloc, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
765 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip,
769 (RsAllocation)dstAlloc,
718 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
755 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...]

Completed in 924 milliseconds