[RenderScript] Add missing variable

Change-Id: I148bab3a8c3fb360d345549401d0ed579a37e971
This commit is contained in:
Miao Wang
2015-03-05 16:27:15 -08:00
parent 288e6f6718
commit 2cd0c340fc

View File

@@ -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);
}