Searched refs:nAllocationData2D (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java1421 mRS.nAllocationData2D(getIDSafe(), off, 0,
1463 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1648 mRS.nAllocationData2D(getIDSafe(), xoff, yoff,
1674 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
H A DRenderScript.java488 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, method in class:RenderScript
505 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, method in class:RenderScript
513 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1445 mRS.nAllocationData2D(getIDSafe(), off, 0,
1490 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1685 mRS.nAllocationData2D(getIDSafe(), xoff, yoff,
1716 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
H A DRenderScript.java555 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, method in class:RenderScript
572 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, method in class:RenderScript
580 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1438 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, function
2887 {"rsnAllocationData2D", "(JJIIIIIILjava/lang/Object;IIIZ)V", (void*)nAllocationData2D },
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, function
2328 {"rsnAllocationData2D", "(JJIIIIIILjava/lang/Object;IIIZ)V", (void*)nAllocationData2D },

Completed in 83 milliseconds