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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java837 mRS.nAllocationData2D(getIDSafe(), off, 0,
863 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
870 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
877 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
884 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID,
965 mRS.nAllocationData2D(getIDSafe(), xoff, yoff,
991 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
H A DRenderScript.java409 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, method in class:RenderScript
424 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) { method in class:RenderScript
429 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) { method in class:RenderScript
434 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) { method in class:RenderScript
439 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) { method in class:RenderScript
444 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1006 mRS.nAllocationData2D(getIDSafe(), off, 0,
1034 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
1138 mRS.nAllocationData2D(getIDSafe(), xoff, yoff,
1166 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, data);
H A DRenderScript.java457 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff, method in class:RenderScript
473 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, method in class:RenderScript
480 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.cpp705 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, function
1745 {"rsnAllocationData2D", "(JJIIIIIILjava/lang/Object;II)V", (void*)nAllocationData2D },

Completed in 113 milliseconds