/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 480 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) 483 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Allocation.java | 678 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD, [all...] |
RenderScript.java | 317 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 649 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) 652 LOG_API("nAllocationElementData1D, con(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, compIdx, len, sizeBytes); [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Allocation.java | 766 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD, [all...] |
RenderScript.java | 439 synchronized void nAllocationElementData1D(int id, int xoff, int mip, int compIdx, byte[] d, int sizeBytes) { [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |