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

/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java1036 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
H A DRenderScript.java470 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { method in class:RenderScript
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1186 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, function
1189 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), xoff(%i), comp(%i), len(%i), "
2326 {"rsnAllocationElementData1D", "(JJIII[BI)V", (void*)nAllocationElementData1D },

Completed in 534 milliseconds