Loading rs/jni/android_renderscript_RenderScript.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1311,6 +1311,8 @@ nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, ALOGD("nAllocationElementRead, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), " "sizeBytes(%i)", (RsContext)con, alloc, xoff, yoff, zoff, compIdx, sizeBytes); } int mSize = sizeBytes; int count = 0; PER_ARRAY_TYPE(0, rsAllocationElementRead, false, (RsContext)con, alloc, xoff, yoff, zoff, lod, ptr, sizeBytes, compIdx); } Loading Loading
rs/jni/android_renderscript_RenderScript.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -1311,6 +1311,8 @@ nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, ALOGD("nAllocationElementRead, con(%p), alloc(%p), xoff(%i), yoff(%i), zoff(%i), comp(%i), " "sizeBytes(%i)", (RsContext)con, alloc, xoff, yoff, zoff, compIdx, sizeBytes); } int mSize = sizeBytes; int count = 0; PER_ARRAY_TYPE(0, rsAllocationElementRead, false, (RsContext)con, alloc, xoff, yoff, zoff, lod, ptr, sizeBytes, compIdx); } Loading