OSDN Git Service

Check that bound allocations are 1D
authorJason Sams <jsams@google.com>
Wed, 15 Jan 2014 00:18:14 +0000 (16:18 -0800)
committerJason Sams <jsams@google.com>
Wed, 15 Jan 2014 00:18:14 +0000 (16:18 -0800)
commit9eb8b3ae097bceb13490341c615ffac6e85bdc7d
tree68b8785610e0e6ce3ffa681f6d4b28b8e45a2e79
parent17fc100ea1d759ad35126b79e6194b5faa61e5db
Check that bound allocations are 1D

We do not support higher order bound allocations. The
stride is not available to the script so they cannot
walk the allocation correctly.

Change-Id: I9447a5d43c3ae1b88fc9522628a17bd5a317ffc6
rs/java/android/renderscript/Script.java