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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java878 mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD,
H A DRenderScript.java518 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.cpp1303 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, function
1309 ALOGD("nAllocationElementData, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), len(%i), "
2511 {"rsnAllocationElementData", "(JJIIIII[BI)V", (void*)nAllocationElementData },

Completed in 160 milliseconds