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

Commit 8b86ee9f authored by Miao Wang's avatar Miao Wang Committed by Gerrit Code Review
Browse files

Merge "[RenderScript] Add missing variable"

parents 288e6f67 2cd0c340
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
}