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

/frameworks/rs/
H A DrsScriptC_Lib.cpp168 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, argument
174 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0,
179 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, argument
186 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff,
H A DrsAllocation.cpp622 RsAllocation dstAlloc,
629 Allocation *dst = static_cast<Allocation *>(dstAlloc);
621 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
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptC_Lib.cpp168 void rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, argument
174 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstOff, 0,
179 void rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, argument
186 rsi_AllocationCopy2DRange(rsc, dstAlloc, dstXoff, dstYoff,
H A DrsAllocation.cpp560 RsAllocation dstAlloc,
567 Allocation *dst = static_cast<Allocation *>(dstAlloc);
559 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
/frameworks/rs/driver/
H A DrsdAllocation.cpp677 const android::renderscript::Allocation *dstAlloc,
685 const android::renderscript::Allocation *dstAlloc,
691 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
693 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstLod, dstFace);
703 const android::renderscript::Allocation *dstAlloc,
709 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) {
714 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff,
720 const android::renderscript::Allocation *dstAlloc,
676 rsdAllocationData1D_alloc(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstLod, uint32_t count, const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod) argument
684 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
702 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
719 rsdAllocationData3D_alloc(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, 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, RsAllocationCubemapFace srcFace) argument
H A DrsdRuntimeStubs.cpp88 static void SC_AllocationCopy1DRange(Allocation *dstAlloc, argument
95 rsrAllocationCopy1DRange(rsc, dstAlloc, dstOff, dstMip, count,
99 static void SC_AllocationCopy2DRange(Allocation *dstAlloc, argument
107 rsrAllocationCopy2DRange(rsc, dstAlloc,
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp370 const android::renderscript::Allocation *dstAlloc,
378 const android::renderscript::Allocation *dstAlloc,
384 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes();
386 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, dstLod, dstFace);
396 const android::renderscript::Allocation *dstAlloc,
402 if (!dstAlloc->getIsScript() && !srcAlloc->getIsScript()) {
407 rsdAllocationData2D_alloc_script(rsc, dstAlloc, dstXoff, dstYoff,
413 const android::renderscript::Allocation *dstAlloc,
369 rsdAllocationData1D_alloc(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstLod, uint32_t count, const android::renderscript::Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod) argument
377 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
395 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
412 rsdAllocationData3D_alloc(const android::renderscript::Context *rsc, const android::renderscript::Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstZoff, uint32_t dstLod, RsAllocationCubemapFace dstFace, 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, RsAllocationCubemapFace srcFace) argument
H A DrsdRuntimeStubs.cpp86 static void SC_AllocationCopy1DRange(Allocation *dstAlloc, argument
93 rsrAllocationCopy1DRange(rsc, dstAlloc, dstOff, dstMip, count,
97 static void SC_AllocationCopy2DRange(Allocation *dstAlloc, argument
105 rsrAllocationCopy2DRange(rsc, dstAlloc,
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp516 jint dstAlloc, jint dstXoff, jint dstYoff,
522 LOG_API("nAllocation2DData_s, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
525 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
529 (RsAllocation)dstAlloc,
515 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
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java265 int dstAlloc, int dstXoff, int dstYoff,
270 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, argument
277 dstAlloc, dstXoff, dstYoff,
264 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
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java359 int dstAlloc, int dstXoff, int dstYoff,
364 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, argument
371 dstAlloc, dstXoff, dstYoff,
358 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
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp692 jint dstAlloc, jint dstXoff, jint dstYoff,
698 LOG_API("nAllocation2DData_s, con(%p), dstAlloc(%p), dstXoff(%i), dstYoff(%i),"
701 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
705 (RsAllocation)dstAlloc,
691 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

Completed in 122 milliseconds