History log of /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/SampleRSActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f1d97e536561b4731997c85873dde3b3fb721cb2 23-May-2014 Stephen Hines <srhines@google.com> Update RS sample apps to use the single argument Java constructor.

Change-Id: Ia74dfe42a515f7b4d26c2d989cf0cc3cc1667203
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/SampleRSActivity.java
edf588ef6a97859d0b8f6e32e494db4a02a6e4cd 17-Apr-2014 Xiaofei Wan <xiaofei.wan@intel.com> Fix RS test apk problems

1). Fix RS sample display
Multiply rsSample outputs with 255.0f, or else no display for RS sample

2). Fix RS sample no display
Set Allocation.USAGE_GRAPHICS_TEXTURE when preparing RS Allocation,
or else rsSample() returns 0 which causes no display for RS sample.

Change-Id: Ifb52b0862f448b611fbdca1633d3118427ed415a
Signed-off-by: Xiaofei Wan <xiaofei.wan@intel.com>
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/SampleRSActivity.java
da26caa6eecf945ddcb4f6d65b250cbd5ba3a7fd 10-Oct-2013 Jason Sams <jsams@google.com> Reduce memory usage by direct allocation creation.

Should reduce the number of OOM issues we see.
Fix use of @hide apis.

Change-Id: Iaaedd677a8787f4396bab90c1b5863952e2b5e7e
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/SampleRSActivity.java
bb7d2680714fc0ffdcd7342eed43966e8dcef85a 24-Sep-2013 Stephen Hines <srhines@google.com> Switch SampleTest to use new Surface APIs.

Bug: 10752757
Change-Id: Iec9578b2b17928609ca6f8ff6145505d5f43400d
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/SampleRSActivity.java
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/SampleTest/src/com/android/rs/sample/SampleRSActivity.java