Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5c8004d authored by Miao Wang's avatar Miao Wang Committed by Android Git Automerger
Browse files

am 449571c4: am 26f1a538: am 8b86ee9f: Merge "[RenderScript] Add missing variable"

* commit '449571c4':
  [RenderScript] Add missing variable
parents 12d8a860 449571c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1306,6 +1306,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);
}