summaryrefslogtreecommitdiffstats
path: root/libs/rs/java/tests
Commit message (Collapse)AuthorAgeFilesLines
* Moving renderscript tests away from the library to a dedicated test folder.Alex Sakhartchouk2011-02-2222-1754/+0
| | | | Change-Id: I7d8e20a17513f167eae3681d77463c01f4fa24a7
* Clean up RS samples for SDK, bug 2943369Jason Sams2011-01-281-1/+0
| | | | | | | | | | | | | Fix bug 3403965 rsgSyncAll would not mark constants as changed found by inspection. Only rsAllocation.cpp affects on device bits. Change-Id: I6b7ec0df87e42687b24384aaf54dc04976cb84f7 doc update Change-Id: Id5841f08868557e086f185024470924ef202d19f
* Add missing functions to math library.Stephen Hines2011-01-241-0/+140
| | | | | | | | | This also updates the math test suite to exercise all the basic operator functions (except __udivsi3 which may not be 100% necessary). There is also a small fix for rsQuaternionMultiply(). Change-Id: Id157e6d5ebe2e20c17e8ea7b13ffaa74c241838c b: 3203577
* Remove unnecessary library functions.Stephen Hines2011-01-201-4/+4
| | | | Change-Id: I47fadb2b9e8b9e9ef5f139470366ce43c75fadbb
* Clean up RS math fp library functions.Stephen Hines2011-01-192-26/+141
| | | | Change-Id: Ibe87b06a7f40a3889d63310641359d98bdff066c
* 1. fp_mad.rs: Pass C99 check.Shih-wei Liao2011-01-191-3/+6
| | | | | | 2. Include C99 header (Will be fixed later at build.git.) Change-Id: I2864e081b2635dfc4fc0c85f746f6d0ce0b01af5
* Fix bug in modf library function (plus typos).Stephen Hines2011-01-183-0/+106
| | | | Change-Id: I643c905e2e3e2dcf7a61f1d027b749d9a0d6e542
* Split time functions into rs_time.rsh header.Stephen Hines2011-01-093-0/+93
| | | | Change-Id: I598b0031d15749c91d11fbd37b075d0564a94dbf
* API reaview cleanupAlex Sakhartchouk2010-12-171-1/+1
| | | | Change-Id: Ib1aaf81130ffa6b5e6c60096c27c969e8891db3f
* 1. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-147-32/+38
| | | | | | | | | This is to allow RenderScript to better interact with the Android environment. E.g., per-app cache. 2. Plumbing, testing. 3. Added getApplicationContext in RenderScript.java. Change-Id: I85edeebe38825e20b2e86f4f4815689dfc332ef9
* Remove vector array test from RSTest.Stephen Hines2010-12-103-90/+0
| | | | | | This test will soon yield an appropriate compile-time error. Change-Id: I8f9bef7c4c6f954753268a2c1816337f347eae06
* Allocation API update.Jason Sams2010-12-081-1/+1
| | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
* API review cleanup.Jason Sams2010-12-069-15/+15
| | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
* Stop using anonymous structs in RS.Stephen Hines2010-12-061-1/+1
| | | | Change-Id: I90344683939f2934f841031fd5339dbe91cc9e05
* Remove unnecessary export_func pragma.Stephen Hines2010-11-185-10/+0
| | | | Change-Id: Ibe5c5f186cfc12a31f3fb4f0f7472e3b60836394
* Remove WARs for zero-init + destructors.Stephen Hines2010-11-151-2/+1
| | | | Change-Id: I919db554f3f6fa1fb027402298602a16fba4a235
* Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92
| | | | Change-Id: I258d23a44df011aaf64aa545c86c97611d70143f
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-034-4/+4
| | | | Change-Id: Id36e325834526c6b5416fd78d5cf4259d7df97e9
* New RS types test for checking compilation.Stephen Hines2010-11-024-1/+125
| | | | Change-Id: Ib4d0326462d4d0229430f61c74f16979f7b38dbb
* Adding new unit test for rsDebug().Stephen Hines2010-10-183-0/+99
| | | | Change-Id: I8a354e40640b83aca3148aa0cf13d3335ff37dd4
* Support for unsigned long and unsigned long long.Stephen Hines2010-10-112-1/+17
| | | | Change-Id: I2f9cfb7f352e2e7e7fd49eac42a821c03b5fcb9f
* Test exported "long" type.Stephen Hines2010-10-112-3/+3
| | | | Change-Id: I1239aecf29f6d25ed975c8d026328366624d58b9
* Fix support for 64-bit integers.Stephen Hines2010-10-113-19/+73
| | | | Change-Id: I4e2146a5fda41f280ee3f6f685a34f3cff28f05e
* Cleanup error message for null binding address.Jason Sams2010-10-101-1/+2
| | | | | | | | | | | Only print the debug if script debugging is enabled. Change-Id: I72b9c2a73d49987a73b354442e9defec02b93bc6 Implement inner utiliy class to specify surface formats. Remove boxed bitmap upload functions. Change-Id: I3ff5ca59e53d02b9d75277afa947ea3d218459eb
* Remove pragma for RS export variables.Stephen Hines2010-10-085-21/+13
| | | | Change-Id: Icfd958e8212843f4f1a6b64dd43ce63e09d00d7c
* Add RS testing for long and long long.Stephen Hines2010-10-071-0/+10
| | | | Change-Id: I42716b1a273c79103474b2e96441e7e3eac020b9
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-295-3/+60
| | | | | | | | | | | - This removes a memory leak where some elements were not getting tracked properly (and then triggering an assert when a context is destroyed). - Convert ScriptCState to use a tracked object reference for mScript. - Add a missing clear to FontState. - Clean up synchronization in RSTest so that our graphics context outlives any subtest context. Change-Id: I0d5768c4d2f8810dd1ae2f68b1edd7e150f382fd
* Fix RS bug with message ID 0.Stephen Hines2010-09-285-21/+83
| | | | | | Clamp RSTest list to nice viewable range. Change-Id: I0909511e16984ec78150cda17c22e22af1fa0cdb
* Adding support for dynamically updated test statusStephen Hines2010-09-235-22/+50
| | | | Change-Id: If67de45f7fbf3ecaf4c6e85ed8dded0099e543fd
* Add RsList implementation to RSTest.Stephen Hines2010-09-239-57/+342
| | | | | | | | | Run subtests in their own thread / RS context. Created UnitTest framework using message passing for RS. Add color status reporting to device output. Fix some typos in RsList. Change-Id: I251d632b9550a1c117d677f011741a796b561e59
* Test use of "f" suffix on float initializers.Stephen Hines2010-09-211-2/+4
| | | | Change-Id: I3325576d1ec2d7c1c966afd8ef279745c549125f
* Updated RSTest to test primitive type assignments.Stephen Hines2010-09-213-19/+59
| | | | Change-Id: I6c377cfdc647806d9362effc4c1715638dcf5bfb
* Handle RS reflection name changes.Stephen Hines2010-09-171-3/+3
| | | | Change-Id: I0f3f9805a0f0bf44ce9e9944a3eaa5a80dd0cdde
* Minor app updates for RS. force RSTest to portrait.Stephen Hines2010-09-152-4/+4
| | | | Change-Id: Ic2356644e00be8d373da97a9072f008e59a0264a
* Reflected class name and bc file name changes.Ying Wang2010-09-071-3/+3
| | | | | | | Any non-alnum chars in the rs file name will be removed when we derive the bc file name. The reflected class names are converted to camel case. Change-Id: I0184fe8ef2987a19dbdbc93c72163e02b5b0de89
* Start adding RS tests.Jason Sams2010-08-129-0/+531
Change-Id: I025357407eca3e515823493ff63e4c78249e8126