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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp480 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) function
483 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
1032 {"rsnAllocationElementData1D", "(IIIII[BI)V", (void*)nAllocationElementData1D },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java683 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
H A DRenderScript.java398 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp694 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint offset, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) function
697 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
1744 {"rsnAllocationElementData1D", "(JJIII[BI)V", (void*)nAllocationElementData1D },
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java817 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
H A DRenderScript.java446 synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { method in class:RenderScript

Completed in 644 milliseconds