Searched defs:srcMip (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/
H A DrsScriptC_Lib.cpp245 uint32_t srcOff, uint32_t srcMip) {
248 srcAlloc, srcOff, 0, srcMip, 0);
257 uint32_t srcMip, uint32_t srcFace) {
260 srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
240 rsrAllocationCopy1DRange(Context *rsc, Allocation *dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count, Allocation *srcAlloc, uint32_t srcOff, uint32_t srcMip) argument
251 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.cpp713 uint32_t srcMip, uint32_t srcFace) {
719 src, srcXoff, srcYoff,srcMip,
730 uint32_t srcMip) {
735 src, srcXoff, srcYoff, srcZoff, srcMip);
706 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
723 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.cpp539 jint srcMip, jint srcFace)
543 " srcAlloc(%p), srcXoff(%i), srcYoff(%i), srcMip(%i), srcFace(%i)",
545 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
554 srcMip, srcFace);
607 jint srcMip)
611 " srcAlloc(%p), srcXoff(%i), srcYoff(%i), srcMip(%i)",
613 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
620 srcXoff, srcYoff, srcZoff, srcMip);
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/rs/driver/
H A DrsdRuntimeStubs.cpp126 uint32_t srcOff, uint32_t srcMip) {
129 (Allocation*)srcAlloc.p, srcOff, srcMip);
138 uint32_t srcMip, uint32_t srcFace) {
144 srcXoff, srcYoff, srcMip, srcFace);
165 uint32_t srcOff, uint32_t srcMip) {
168 (Allocation*)srcAlloc.p, srcOff, srcMip);
177 uint32_t srcMip, uint32_t srcFace) {
183 srcXoff, srcYoff, srcMip, srcFace);
1513 uint32_t srcOff, uint32_t srcMip) {
1515 srcAlloc, srcOff, srcMip);
121 SC_AllocationCopy1DRange(android::renderscript::rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count, android::renderscript::rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip) argument
132 SC_AllocationCopy2DRange(android::renderscript::rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, android::renderscript::rs_allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
160 SC_AllocationCopy1DRange(::rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count, ::rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip) argument
171 SC_AllocationCopy2DRange(::rs_allocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, ::rs_allocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
1509 rsAllocationCopy1DRange( ::rs_allocation dstAlloc, uint32_t dstOff, uint32_t dstMip, uint32_t count, ::rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip) argument
1518 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
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp723 jint srcMip, jint srcFace)
727 " srcAlloc(%p), srcXoff(%i), srcYoff(%i), srcMip(%i), srcFace(%i)",
729 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
738 srcMip, srcFace);
760 jint srcMip)
764 " srcAlloc(%p), srcXoff(%i), srcYoff(%i), srcMip(%i)",
766 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip);
773 srcXoff, srcYoff, srcZoff, srcMip);
718 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
755 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java408 int srcMip, int srcFace);
413 int srcMip, int srcFace) {
420 srcMip, srcFace);
454 int srcMip);
459 int srcMip) {
464 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
403 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
409 nAllocationData2D(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
449 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
455 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/rs/java/android/renderscript/
H A DRenderScript.java456 int srcMip, int srcFace);
461 int srcMip, int srcFace) {
468 srcMip, srcFace);
490 int srcMip);
495 int srcMip) {
500 srcAlloc, srcXoff, srcYoff, srcZoff, srcMip);
451 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
457 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
485 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
491 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 148 milliseconds