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

/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp461 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) function
464 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
836 {"rsnAllocationElementData1D", "(IIIII[BI)V", (void*)nAllocationElementData1D },
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java616 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
H A DRenderScript.java353 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { method in class:RenderScript
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java508 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
H A DRenderScript.java259 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp637 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) function
640 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
1461 {"rsnAllocationElementData1D", "(IIIII[BI)V", (void*)nAllocationElementData1D },

Completed in 70 milliseconds