diff options
author | Stephen Hines <srhines@google.com> | 2012-03-06 21:58:41 -0800 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2012-03-07 17:47:53 -0800 |
commit | 41f1e5edee2d2663ae46b64528894896ff96fa3d (patch) | |
tree | b6729a6a26dded0fb506e1e09d54ac50128bdcbb /tests/RenderScriptTests/Fountain_v11/_index.html | |
parent | 6435da6119ea6f81d78c3d58f1941e8dd8f8d44d (diff) | |
download | frameworks_base-41f1e5edee2d2663ae46b64528894896ff96fa3d.zip frameworks_base-41f1e5edee2d2663ae46b64528894896ff96fa3d.tar.gz frameworks_base-41f1e5edee2d2663ae46b64528894896ff96fa3d.tar.bz2 |
Check in older versions of RS tests.
This change adds a v11 version of Fountain, as well as v11 and v14 versions of
RSTest. All tests currently build and pass on the required platforms.
This also fixes an initialization bug for RSTest running on older devices.
If we don't directly initialize "each" component of the vector types, it can
result in uninitialized memory (or zero) being used for divisors (particularly
with the char vector types). This triggers SIGFPE with the latest pending
Clang/LLVM rebase.
Change-Id: I92a70c2aeed4e20f110b1cb24ee926fc27be9dbb
Diffstat (limited to 'tests/RenderScriptTests/Fountain_v11/_index.html')
-rw-r--r-- | tests/RenderScriptTests/Fountain_v11/_index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/RenderScriptTests/Fountain_v11/_index.html b/tests/RenderScriptTests/Fountain_v11/_index.html new file mode 100644 index 0000000..223242f --- /dev/null +++ b/tests/RenderScriptTests/Fountain_v11/_index.html @@ -0,0 +1,5 @@ +<p>An example that renders many dots on the screen that follow a user's touch. The dots fall +to the bottom of the screen when the user releases the finger.</p> + + + |