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

/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java2305 mRS.nAllocationRead2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
H A DRenderScript.java575 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2409 mRS.nAllocationRead2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h,
H A DRenderScript.java639 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1579 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, function
2894 {"rsnAllocationRead2D", "(JJIIIIIILjava/lang/Object;IIIZ)V", (void*)nAllocationRead2D },
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1339 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, function
2335 {"rsnAllocationRead2D", "(JJIIIIIILjava/lang/Object;IIIZ)V", (void*)nAllocationRead2D },

Completed in 426 milliseconds