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.java678 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
H A DRenderScript.java317 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.cpp649 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) function
652 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes);
1620 {"rsnAllocationElementData1D", "(IIIII[BI)V", (void*)nAllocationElementData1D },
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java766 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD,
H A DRenderScript.java439 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { method in class:RenderScript

Completed in 103 milliseconds