Searched refs:nAllocationElementData (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1096 mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,
H A DRenderScript.java544 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1402 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, function
1408 ALOGD("nAllocationElementData, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), len(%i), "
2874 {"rsnAllocationElementData", "(JJIIIII[BI)V", (void*)nAllocationElementData },

Completed in 79 milliseconds