History log of /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/balls.rs
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f01fc2513894f9515a4ba5f9d70ca8c011a22ca6 05-Nov-2015 Stephen Hines <srhines@google.com> Remove unused tests and unsupported pragmas (pragma cleanup).

Bug: 25497185

Change-Id: I073713f131bbecf1562bdcd7d9ddf417b300b029
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/balls.rs
de235208fd6bcaa29c95404d990f7b5e212435f9 19-May-2015 Jean-Luc Brouillet <jeanluc@google.com> Fix warnings in RenderScript sources.

An upcoming CL fixes a bug where many warning were disabled. This fixes
the warnings (that are turned into errors in most of our builds) before
the CL lands.

Also, adds long & unsigned long testing for a few tests.

Change-Id: Id6826e968db2d06ef9910fe775309d1c3872cdc5
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/balls.rs
f29e2cf47c79fdbc3921dccfd78af868fe8ed1cb 13-Nov-2013 Stephen Hines <srhines@google.com> Fix RsBalls kernel invocation.

Bug: 11413011

The balls.rs Script was passing the same allocation twice (once as input and
once as output) to rsForEach(). The underlying kernel actually only accepts
an output parameter (and no input parameter). This change replaces the
"ain" misnomer with a proper "aout", and uses "aNull" to signify an empty
(unused) input Allocation.

Change-Id: I0c7cbba51f47587e26bbf85bb9a3d79c0b7e4b19
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/balls.rs
572a5031a5d8602db0bec0b253428a034bd4dd59 19-Mar-2013 Jason Sams <jsams@google.com> Move compute tests from frameworks/base to frameworks/rs

Change-Id: I844c9f5e58f500164fec419569c68c7f854c5571
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/balls.rs