History log of /frameworks/rs/tests/typecheck/kernels.rs
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a1302e2a413fb32fb5eab320e9802a7893ff6f27 05-Sep-2013 Stephen Hines <srhines@google.com> Fix issues with compute unit tests.

Bug: 10427951

This fixes 2 small problems:
1) Typecheck was using the wrong pathname for reflection.
2) Cppbasic was doing an illegal 1D copy over a 2D data structure. This was
masked by using an input size that is a multiple of our required stride.

Change-Id: I1138d646ff6369cf25a2bd9bc52e20a67a124e95
/frameworks/rs/tests/typecheck/kernels.rs
d10412f903f2aab730fa9bcbead471db4d7c2393 30-Aug-2013 Stephen Hines <srhines@google.com> Add vector classes to C++ API.

Bug: 10427951
Change-Id: I09fd0ca75f53076918eda6d333f337704ac61637
/frameworks/rs/tests/typecheck/kernels.rs
7d1b3c14dd3aeaefafcab6f4bb87cceb257122c9 22-Aug-2013 Stephen Hines <srhines@google.com> Add typecheck C++ API test to verify proper behavior.

Bug: 10427951

This test works through positive and negative tests of type-checking
kernel parameters for RenderScript's C++ API.

Change-Id: Iea1a34d4b3bb6278b461e789474573d2f630e7c0
/frameworks/rs/tests/typecheck/kernels.rs