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

/frameworks/rs/
H A DrsScriptC_Lib.cpp187 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, argument
193 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0,
198 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, argument
205 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff,
H A DrsAllocation.cpp624 RsAllocation dstAlloc,
631 Allocation *dst = static_cast<Allocation *>(dstAlloc);
641 RsAllocation dstAlloc,
648 Allocation *dst = static_cast<Allocation *>(dstAlloc);
623 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
640 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.cpp1020 const android::renderscript::Allocation *dstAlloc,
1028 const android::renderscript::Allocation *dstAlloc,
1034 size_t elementSize = dstAlloc->getType()->getElementSizeBytes();
1036 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace);
1046 const android::renderscript::Allocation *dstAlloc,
1051 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
1054 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstZoff + j,
1067 const android::renderscript::Allocation *dstAlloc,
1073 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) {
1078 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXof
1019 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
1027 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
1045 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
1066 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
1083 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.cpp115 static void SC_AllocationCopy1DRange(Allocation *dstAlloc, argument
122 rsrAllocationCopy1DRange(rsc, dstAlloc, dstOff, dstMip, count,
126 static void SC_AllocationCopy2DRange(Allocation *dstAlloc, argument
134 rsrAllocationCopy2DRange(rsc, 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/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp705 jint dstAlloc, jint dstXoff, jint dstYoff,
711 LOG_API("nAllocation2DData_s, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
714 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
718 (RsAllocation)dstAlloc,
773 jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff,
779 LOG_API("nAllocationData3D_alloc, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
782 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
786 (RsAllocation)dstAlloc,
704 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
772 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java317 int dstAlloc, int dstXoff, int dstYoff,
322 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, argument
329 dstAlloc, dstXoff, dstYoff,
363 int dstAlloc, int dstXoff, int dstYoff, int dstZoff,
368 synchronized void nAllocationData3D(int dstAlloc, int dstXoff, int dstYoff, int dstZoff, argument
375 dstAlloc, dstXoff, dstYoff, dstZoff,
316 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
362 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/base/graphics/java/android/renderscript/
H A DRenderScript.java394 int dstAlloc, int dstXoff, int dstYoff,
399 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, argument
406 dstAlloc, dstXoff, dstYoff,
440 int dstAlloc, int dstXoff, int dstYoff, int dstZoff,
445 synchronized void nAllocationData3D(int dstAlloc, int dstXoff, int dstYoff, int dstZoff, argument
452 dstAlloc, dstXoff, dstYoff, dstZoff,
393 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
439 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

Completed in 962 milliseconds