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

/frameworks/rs/
H A DrsScriptC_Lib.cpp322 uint32_t srcXoff, uint32_t srcYoff,
325 !validateCopyArgs(rsc, true, 2, srcAlloc, srcXoff, srcYoff, srcMip, width, height)) {
331 srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
317 rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
H A DrsAllocation.cpp829 uint32_t srcXoff, uint32_t srcYoff,
836 src, srcXoff, srcYoff,srcMip,
846 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
852 src, srcXoff, srcYoff, srcZoff, srcMip);
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.cpp679 uint32_t srcXoff, uint32_t srcYoff,
686 _srcAlloc, srcXoff, srcYoff, srcMip, (AllocationCubemapFace)srcFace);
694 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
701 _srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
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
H A DrsApiStubs.cpp481 uint32_t srcXoff, uint32_t srcYoff,
485 width, height, src, srcXoff, srcYoff, srcMip, srcFace);
494 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
499 width, height, depth, src, srcXoff, srcYoff, srcZoff, srcMip);
475 rsAllocationCopy2DRange(RsContext ctxWrapper, RsAllocation dest, uint32_t destXoff, uint32_t destYoff, uint32_t destMip, uint32_t destFace, uint32_t width, uint32_t height, RsAllocation src, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
488 rsAllocationCopy3DRange(RsContext ctxWrapper, RsAllocation dest, uint32_t destXoff, uint32_t destYoff, uint32_t destZoff, uint32_t destMip, uint32_t width, uint32_t height, uint32_t depth, RsAllocation src, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip) argument
/frameworks/rs/driver/
H A DrsdAllocation.cpp1024 uint32_t srcXoff, uint32_t srcLod) {
1033 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcLod,
1038 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace);
1041 //ALOGE("COPIED dstXoff(%u), dstYoff(%u), dstLod(%u), dstFace(%u), w(%u), h(%u), srcXoff(%u), srcYoff(%u), srcLod(%u), srcFace(%u)",
1042 // dstXoff, dstYoff, dstLod, dstFace, w, h, srcXoff, srcYoff, srcLod, srcFace);
1051 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) {
1057 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j,
1061 //ALOGE("COPIED dstXoff(%u), dstYoff(%u), dstLod(%u), dstFace(%u), w(%u), h(%u), srcXoff(%u), srcYoff(%u), srcLod(%u), srcFace(%u)",
1062 // dstXoff, dstYoff, dstLod, dstFace, w, h, srcXoff, srcYoff, srcLod, srcFace);
1072 uint32_t srcXoff, uint32_
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.cpp226 uint32_t srcXoff, uint32_t srcYoff,
234 srcXoff, srcYoff, srcMip, srcFace);
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.cpp497 const Allocation *srcAlloc, uint32_t srcXoff,
503 uint32_t w, uint32_t h, const Allocation *srcAlloc, uint32_t srcXoff,
510 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, 0, srcLod, srcFace);
518 uint32_t d, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff,
527 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, srcLod,
537 uint32_t w, uint32_t h, const Allocation *srcAlloc, uint32_t srcXoff,
546 dstFace, w, h, srcAlloc, srcXoff, srcYoff,
554 const Allocation *srcAlloc, uint32_t srcXoff,
564 dstLod, w, h, d, srcAlloc, srcXoff, srcYoff,
495 rsovAllocationData1D_alloc(const Context *rsc, const Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstLod, size_t count, const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod) argument
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
H A DrsovRuntimeStubs.cpp211 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip,
217 height, (Allocation *)srcAlloc.p, srcXoff, srcYoff, srcMip, srcFace);
207 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/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1237 jlong srcAlloc, jint srcXoff, jint srcYoff,
1242 " srcAlloc(%p), srcXoff(%i), srcYoff(%i), srcMip(%i), srcFace(%i)",
1244 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
1252 srcXoff, srcYoff,
1276 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff,
1281 " srcAlloc(%p), srcXoff(%i), srcYoff(%i), srcMip(%i)",
1283 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
1290 srcXoff, srcYoff, srcZoff, srcMip);
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.java553 long srcAlloc, int srcXoff, int srcYoff,
558 long srcAlloc, int srcXoff, int srcYoff,
565 srcAlloc, srcXoff, srcYoff,
589 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
594 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
600 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
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
555 nAllocationData2D(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
591 nAllocationData3D(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.cpp1451 jlong srcAlloc, jint srcXoff, jint srcYoff,
1457 " srcAlloc(%p), srcXoff(%i), srcYoff(%i), srcMip(%i), srcFace(%i)",
1459 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
1468 srcXoff, srcYoff,
1496 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff,
1502 " srcAlloc(%p), srcXoff(%i), srcYoff(%i), srcMip(%i)",
1504 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip);
1512 srcXoff, srcYoff, srcZoff, srcMip);
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
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java498 long srcAlloc, int srcXoff, int srcYoff,
503 long srcAlloc, int srcXoff, int srcYoff,
510 srcAlloc, srcXoff, srcYoff,
534 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
539 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
545 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
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
500 nAllocationData2D(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
536 nAllocationData3D(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 304 milliseconds