Searched defs:srcZoff (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/driver/
H A DrsdAllocation.cpp1050 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcLod) {
1056 uint8_t *srcPtr = GetOffsetPtr(srcAlloc, srcXoff, srcYoff + i, srcZoff + j,
1089 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
1098 srcXoff, srcYoff, srcZoff, srcLod);
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
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
/frameworks/rs/
H A DrsAllocation.cpp646 uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff,
652 src, srcXoff, srcYoff, srcZoff, srcMip);
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/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp606 jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff,
620 srcXoff, srcYoff, srcZoff, srcMip);
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.cpp776 jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff,
790 srcXoff, srcYoff, srcZoff, srcMip);
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.java366 int srcAlloc, int srcXoff, int srcYoff, int srcZoff,
371 int srcAlloc, int srcXoff, int srcYoff, int srcZoff,
377 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
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
368 nAllocationData3D(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.java443 int srcAlloc, int srcXoff, int srcYoff, int srcZoff,
448 int srcAlloc, int srcXoff, int srcYoff, int srcZoff,
454 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
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
445 nAllocationData3D(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 399 milliseconds