Searched defs:nAllocationElementData (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
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.cpp1414 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, function
1420 ALOGD("nAllocationElementData, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), len(%i), "
2886 {"rsnAllocationElementData", "(JJIIIII[BI)V", (void*)nAllocationElementData },

Completed in 33 milliseconds