summaryrefslogtreecommitdiffstats
path: root/tests/RenderScriptTests
Commit message (Collapse)AuthorAgeFilesLines
* Merge "adding getters to Sampler ProgramRaster, ProgramStore, Element. ↵Jason Sams2011-10-204-39/+238
|\ | | | | | | Element adds ability to get subelement info. Tests for new stuff."
| * adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk2011-10-184-39/+238
| | | | | | | | | | | | Element adds ability to get subelement info. Tests for new stuff. Change-Id: I4a77b91e4e0e73c95ab28b42c50732a64e71e7b9
* | Add mandelbrot to compute perfJason Sams2011-10-183-0/+92
|/ | | | Change-Id: I8217134a703fcd72f6c9a3bdd4e2a6b389ea0fd3
* Adding getter functions for script side RS objects.Alex Sakhartchouk2011-10-157-0/+452
| | | | | | Multiproject change involving on device linker Change-Id: I321e8caa6ca23b3fe2c96c78cdcfc15e51f88823
* Make launchtestxlw use constant.Stephen Hines2011-10-131-2/+2
| | | | Change-Id: I0f9cd3cc2f042a9471ecf1df9e4764cad8ad5ef6
* Start adding simple performance testsJason Sams2011-10-137-0/+241
| | | | | | for RS compute. Change-Id: I0a37067f028ff6e61fd9952764a22885ac717c7c
* Fix example code.Jason Sams2011-10-122-4/+4
| | | | Change-Id: Idd45125940be2e3c50f60c8ac1894838821f3123
* Cleanup example code.Jason Sams2011-09-132-20/+10
| | | | Change-Id: I060ea53c867ded0e6956776859fc2710c7302148
* Merge "Add int and missing fp tests to RSTest."Stephen Hines2011-09-121-51/+165
|\
| * Add int and missing fp tests to RSTest.Stephen Hines2011-09-111-51/+165
| | | | | | | | | | | | BUG=5281452 Change-Id: Ic5baef42dafa8a6484aa216a2c61ff316026175b
* | Merge "Integrate ImageProcessing test into test framework ↵Xia Wang2011-09-085-9/+146
|\ \ | |/ |/| | | http://b/issue?id=5274365 Change-Id: I7949b4114dcab17d895d04755df5df2bd5a576a3"
| * Integrate ImageProcessing test into test frameworkXia Wang2011-09-075-9/+146
| | | | | | | | | | http://b/issue?id=5274365 Change-Id: I7949b4114dcab17d895d04755df5df2bd5a576a3
* | Add unit test for RS reference counting.Stephen Hines2011-09-023-0/+64
|/ | | | Change-Id: Id09cc28f02bba6484889ed53e60273119f7004cb
* Fix DPI issues in RS tests.Jason Sams2011-08-2413-0/+0
| | | | Change-Id: I02ca34187d93dfe703b90681061c3c7a42fafc15
* Issue proper parameters to root() calls for RS.Stephen Hines2011-08-193-0/+99
| | | | | | BUG=5076887 Change-Id: Ic0ce9d45ee20a99add4c780233c0804d05a55e96
* Add RenderScript fragment shader testRomain Guy2011-08-1710-0/+681
| | | | Change-Id: I03328a610c8eae6bb6d63ecbc4104d55997664cc
* Migrate perf-critical functions away from librs.Stephen Hines2011-08-083-0/+162
| | | | | | BUG=3497315 Change-Id: Ieaa0d64933767d422aa62740d72b31042dcd4a2f
* Cleanup sample code.Jason Sams2011-07-251-1/+1
| | | | Change-Id: Iac664f6a97e8a68f5227011ce0960d25e7d901b4
* Merge "Add size param to rsForEach bug 5074640"Jason Sams2011-07-254-8/+8
|\
| * Add size param to rsForEachJason Sams2011-07-254-8/+8
| | | | | | | | | | | | | | bug 5074640 Change-Id: I395bd8b295beacc979681ccdd3451d9d6cc3d672
* | Fixing bitmap invalidation bug.Alex Sakhartchouk2011-07-201-2/+0
|/ | | | Change-Id: I47776f2c1a567342f0826850237c15a5d6315f71
* Remove the simulator target from all makefiles.Jeff Brown2011-07-115-20/+0
| | | | | | Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
* Adding some debug modes to the rs benchmark app.Alex Sakhartchouk2011-06-3010-313/+632
| | | | Change-Id: I6b957d93e0233ed268403dcdb14f4cf4cff29804
* Merge "Remove verbose logging, update test app and docs."Stephen Hines2011-06-232-3/+10
|\
| * Remove verbose logging, update test app and docs.Stephen Hines2011-06-232-3/+10
| | | | | | | | Change-Id: I6659c5e51a747011239128dc2682a5d78aecfa26
* | Merge "Fix issues in Opengl Benchmark tests: - fix live wallpaper drawing, ↵Xia Wang2011-06-222-9/+26
|\ \ | |/ |/| | | bind the global vertex program after it - scale the icons according to render surface in display icons, also add a background for the icon display test case."
| * Fix issues in Opengl Benchmark tests:Xia Wang2011-06-202-9/+26
| | | | | | | | | | | | | | | | - fix live wallpaper drawing, bind the global vertex program after it - scale the icons according to render surface in display icons, also add a background for the icon display test case. Change-Id: I410dfd745a7ebe0ce8a62fc590963bd1f86d1c1a
* | Support missing RS vector types.Stephen Hines2011-06-213-1/+518
|/ | | | Change-Id: I87eae3cc79c3963d5a8edf16cc26eee6d93d81d7
* Merge "Adding ability to read back fbo data to renderscript"Alex Sakhartchouk2011-06-165-1/+672
|\
| * Adding ability to read back fbo data to renderscriptAlex Sakhartchouk2011-06-165-1/+672
| | | | | | | | Change-Id: Ie684c26cbcde22f2483b43415dfc39a3de22c5a1
* | Add opengl bench mark test:Xia Wang2011-06-155-4/+342
| | | | | | | | | | | | -- display icons with livewallpaper background (galaxy) Change-Id: I5b49bc732180069957abb47d206b5849c47469df
* | Fill in opengl benchmark test:Xia Wang2011-06-152-9/+51
|/ | | | | | - display a list view Change-Id: I72ac8e4c84ae497f2297ed3c803a62db2600ef08
* Add more opengl benchmark test:Xia Wang2011-06-142-21/+113
| | | | | | | - all apps in launcher - shortcuts of apps in home page Change-Id: Ibec109993bd17a990378dba394dfb0ab99774181
* Add OpenGl benchmark tests:Xia Wang2011-06-063-2/+84
| | | | | | display images with different texture in each mesh. Change-Id: I051be3cf8be117e62fc635dfaf75b5c0e4cdd644
* model rotation can now be controlled by the device's sensorsMathias Agopian2011-05-277-3/+72
|
* Removing unused codeAlex Sakhartchouk2011-05-193-212/+4
| | | | Change-Id: I6eee2a6c9b9aa313a6ec16ad7ea28c075d1939a4
* Merge "save benchmark results"Alex Sakhartchouk2011-05-053-70/+168
|\
| * save benchmark resultsAlex Sakhartchouk2011-05-043-70/+168
| | | | | | | | Change-Id: I5b6a9f03de574be7983f1311173484f2cc0b4fe5
* | Clean up use of rsSetObject/rsClearObject.Stephen Hines2011-05-024-15/+11
|/ | | | Change-Id: I8d8e198135d680a1cab7fde64407dec8030bd6a6
* Fix RS graphics samples/tests.Stephen Hines2011-04-275-5/+5
| | | | Change-Id: Id5b586a9d9bead426eb46d79a93941893f0d4925
* Merge "Better workaround for the bitmap invalidation problem."Alex Sakhartchouk2011-04-271-2/+1
|\
| * Better workaround for the bitmap invalidation problem.Alex Sakhartchouk2011-04-261-2/+1
| | | | | | | | Change-Id: I9aa5ff9f68413ec36596d976a2e65b8ef272d56e
* | - Add instrumentation utility to automate rs performance tests:Xia Wang2011-04-268-16/+238
|/ | | | | | | | | | The RsBench test activity can be launched within instrumentation - Provide parameter to control test run: set the maximum number of loops from test runner, the script will send out a message after the test loops exceeds the maxium number Change-Id: I5fba0543094ef7a8b5eaa6ff9a04367d272b4d65
* sped up the ui in image processing test appAlex Sakhartchouk2011-04-228-188/+45
| | | | Change-Id: I5e8637cf4386b31d961d41c64019f9ac98d21905
* Remove the deprecated things from Config.java. These haven't been working ↵Joe Onorato2011-04-075-6/+1
| | | | | | since before 1.0. Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
* First draft of fbo in renderscript.Alex Sakhartchouk2011-04-0110-85/+838
| | | | | | Updating samples and benchmark Change-Id: I469bf8b842fca72b59475c8fa024c12cf0e14954
* Moving renderscript tests away from the library to a dedicated test folder.Alex Sakhartchouk2011-02-2271-0/+5810
Change-Id: I7d8e20a17513f167eae3681d77463c01f4fa24a7