Searched defs:srcZoff (Results 1 - 9 of 9) sorted by path

/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java589 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
594 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
600 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
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.cpp1497 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff,
1513 srcXoff, srcYoff, srcZoff, srcMip);
1493 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/driver/
H A DrsdAllocation.cpp1060 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) {
1066 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j,
1099 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
1108 srcXoff, srcYoff, srcZoff, srcLod);
1055 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
1093 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
/frameworks/rs/
H A DrsAllocation.cpp846 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
852 src, srcXoff, srcYoff, srcZoff, srcMip);
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 DrsApiStubs.cpp494 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
499 width, height, depth, src, srcXoff, srcYoff, srcZoff, srcMip);
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
H A DrsHidlAdaptation.cpp694 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
701 _srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
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/rsov/driver/
H A DrsovAllocation.cpp519 uint32_t srcZoff, uint32_t srcLod) {
527 GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j, srcLod,
555 uint32_t srcYoff, uint32_t srcZoff,
565 srcZoff, srcLod);
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
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
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRenderScript.java534 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
539 long srcAlloc, int srcXoff, int srcYoff, int srcZoff,
545 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
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
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1278 jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff,
1292 srcXoff, srcYoff, srcZoff, srcMip);
1274 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

Completed in 222 milliseconds