diff options
author | Narayan Kamath <narayan@google.com> | 2014-06-30 15:59:39 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-06-30 16:20:27 +0100 |
commit | b2975916224caecfc2fbb84e71ebd625ce6eeb1c (patch) | |
tree | f60365e0cd6f2b4f2b508d2b3ed11099338827d8 /rs/java/android/renderscript/RenderScript.java | |
parent | 7165bd6d7496159b426f072bdf13adfffc917a24 (diff) |
Fix packing of values at offset 16.
Our bitmask for setting the highest bit to 0 for
0b11100000 (0xef) instead of 0b01111111 (0x7f) so
we would end up setting bit 5 of each offset to
zero. Fix this and expand test coverage by adding
a fake language (tgp) that has this bit set in both
its bytes.
This issue was discovered while adding CTS tests for
"tgl".
Change-Id: Ibb6de03000951c907c252049771039ab7466187a
Diffstat (limited to 'rs/java/android/renderscript/RenderScript.java')
0 files changed, 0 insertions, 0 deletions