summaryrefslogtreecommitdiffstats
path: root/tests/RenderScriptTests
Commit message (Collapse)AuthorAgeFilesLines
* Correct executable bit for source filesKenny Root2013-04-131-0/+0
| | | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5 Signed-off-by: Chirayu Desai <cdesai@cyanogenmod.org>
* am d1a18011: Merge "Fix image processing test to include all benchmark tests ↵Xia Wang2013-01-143-129/+363
|\ | | | | | | | | | | | | -- each test case can be excuted separately -- add a test case to run all benchmarks." into jb-mr1-dev * commit 'd1a18011a68b2cac907d080d9044d527fd4c5853': Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks.
| * Fix image processing test to include all benchmark testsXia Wang2013-01-143-129/+363
| | | | | | | | | | | | | | | | | | -- each test case can be excuted separately -- add a test case to run all benchmarks. DO NOT MERGE Change-Id: I3c61dfe50267a6db11bc1895a4f37ed618a9103b
* | Fix sample code issuesJason Sams2012-11-302-1/+1
|/ | | | | | | Correct min SDK. Correct file extension on mandelbrot Change-Id: I508c22c382f1a930b27d8c5f4414cac3a990a332
* Merge "Port ImageProcessing to Filterscript." into jb-mr1-devJason Sams2012-10-1218-77/+77
|\
| * Port ImageProcessing to Filterscript.Stephen Hines2012-10-1218-77/+77
| | | | | | | | | | | | | | This enables testing of the Filterscript front-end for llvm-rs-cc. Bug: 7166741 Change-Id: I90bda9d2710c6652336a8c112b5654c5da3d14e4
* | Fix crash in ImageProcessing blend testJason Sams2012-10-122-2/+5
|/ | | | | | | | | The blend test would use a stale context when running all tests. bug 7327728 Change-Id: I5802b9b382d8893419efe86d33fdfeeb27729e31
* Update compatibility library testsJason Sams2012-10-1034-293/+1390
| | | | | | bug 7327728 Change-Id: If3f85fb8944d7217a4d5c035f522d1ecc7af3a07
* Fix range on blur intrinsic.Jason Sams2012-10-021-6/+7
| | | | | | | | | | The intrinsic fails when the radius was 0. A blur of radius 0 is a nop and should be disallowed. Fix the test to allow sub-pixel radius to be selected. bug 7273437 Change-Id: I2805674e29d557615eb7ac65c7910d4dffa28b58
* Lighten grain and make live preview gpu friendly.Jason Sams2012-09-285-44/+43
| | | | | | | | | | Preview now does yuv->rgb using the intrinsic script. Grain uses a smaller wrapped rand buffer so it is not just rand test. bug 7216044 Change-Id: If74eedc7d3cf264895133671edc546af9b1527f2
* Merge "RS char bug repro case" into jb-mr1-devStephen Hines2012-09-263-0/+137
|\
| * RS char bug repro caseStephen Hines2012-09-253-0/+137
| | | | | | | | | | | | Bug: 6865598 Change-Id: Ic43002e0b0646af7eda1b2283e4df7db8dfcf68b
* | Merge "Restore RSTest functionality (char bug is fixed)." into jb-mr1-devStephen Hines2012-09-262-16/+1
|\ \
| * | Restore RSTest functionality (char bug is fixed).Stephen Hines2012-09-252-16/+1
| |/ | | | | | | | | Bug: 6865598 Change-Id: If65ff3c29b28c1008fbf1ad91a92b54210d60547
* | fix build breakTim Murray2012-09-261-0/+24
| | | | | | | | Change-Id: I51603e7c645ce7aaa632e88bdc44578094785fdd
* | fix blend intrinsics, add testsTim Murray2012-09-264-7/+214
| | | | | | | | | | Bug: 7190126 Change-Id: If69213377282bf5b412508e7af974a1f8d440287
* | Reduce test warmup time to avoid driving into thermal throttle.Jason Sams2012-09-251-2/+2
| | | | | | | | | | | | bug 7216044 Change-Id: I72c83e31dc39a0a810d8a453903213bd428dbe29
* | Merge into jb-mr1-devJean-Baptiste Queru2012-09-253-44/+44
|\ \ | | | | | | | | | Change-Id: Ic72c475635a0eb57a77d3bd621a219001af8baa5
| * | Test FS getElementAtJason Sams2012-09-243-44/+44
| | | | | | | | | | | | | | | | | | bug 7190126 Change-Id: I1fbaa77af051cf44134f8bfe56339ce5d3b7edbb
* | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-253-0/+162
|\ \ \ | |/ / | | | | | | Change-Id: Iec56e4962bbc78309b20595352cce986fe62f68e
| * | Add test for copy kernels.Jason Sams2012-09-243-0/+162
| |/ | | | | | | | | | | bug 7224526 Change-Id: I76e1e63b6bd53d84df9c60a61e6588b21f33c2e3
* | Test image for 2 input tests.Jason Sams2012-09-242-0/+0
|/ | | | | | bug 7216044 Change-Id: I79794c1b12f618d03b27b316126cab9b3e4c9c38
* Change 5x5 convolve to better test impl.Jason Sams2012-09-231-5/+17
| | | | | | bug 7216044 Change-Id: I7165606a3ebf96ea3f401ed14d46f5105ed75ce4
* Merge "Verify pass-by-value kernels with structs." into jb-mr1-devStephen Hines2012-09-233-0/+128
|\
| * Verify pass-by-value kernels with structs.Stephen Hines2012-09-223-0/+128
| | | | | | | | | | Bug: 7166741 Change-Id: I8b5fab1cca6bf4dcafc646fd1d6e40a718f1ffaf
* | Force destroy scripts in imageProcessing.Jason Sams2012-09-232-0/+7
| | | | | | | | | | | | bug 7216044 Change-Id: I6292513c08e75269e79d2210de898ef28931c986
* | Merge "Add run all button to image processing test." into jb-mr1-devJason Sams2012-09-213-7/+53
|\ \
| * | Add run all button to image processing test.Jason Sams2012-09-213-7/+53
| |/ | | | | | | Change-Id: I11b4f803151ee7dc1e4b86f402196c1b856bd950
* | Add Mandelbrot test to ImageProcessing.Tim Murray2012-09-213-1/+160
|/ | | | Change-Id: I1d5478d58609394111410fbfd9f48b5018f385b1
* Fix aprox fs function namesJason Sams2012-09-203-12/+11
| | | | | | bug b206696 Change-Id: I64c092c1f6b8d990783bf5d31db37e12a4dbdb82
* Merge "Add tests for pass-by-value kernels." into jb-mr1-devStephen Hines2012-09-203-0/+108
|\
| * Add tests for pass-by-value kernels.Stephen Hines2012-09-193-0/+108
| | | | | | | | | | | | Bug: 7166741 Change-Id: I8bb37b9205c146a922c141665a86ce8013ad4f0a
* | Cleanup blur test, remove deprecated functions.Jason Sams2012-09-205-169/+66
| | | | | | | | Change-Id: I4136110692fdba8a644806fe8c92bfaacc930ca6
* | Add Kernel, Method, and field IDsJason Sams2012-09-181-16/+15
|/ | | | | | bug 7182873 Change-Id: I066a359bb04027e9376dac088560f042c496b10e
* Merge "Failing uchar4->int4 test" into jb-mr1-devStephen Hines2012-09-133-0/+70
|\
| * Failing uchar4->int4 testStephen Hines2012-08-293-0/+70
| | | | | | | | | | | | | | | | BUG=7081293 This demonstrates the missing vmovl.u16 for expanding the unsigned char input. Change-Id: I14f560e0fb1efd1c283d2e0a87f5506ca28cf88d
* | Unhide intrinsics and document API.Jason Sams2012-09-131-1/+1
| | | | | | | | Change-Id: I0233245c68f9a08780213062e62cfea6cf909c13
* | Merge "Fix bugs in grain where values could go out of bounds." into jb-mr1-devJason Sams2012-09-131-3/+4
|\ \
| * | Fix bugs in grain where values could go out of bounds.Jason Sams2012-09-131-3/+4
| | | | | | | | | | | | Change-Id: Ib2cc3177424cf24bc81b75786dfd9be30fea5378
* | | Updated tests for simpler ScriptC constructors.Stephen Hines2012-09-1228-29/+28
|/ / | | | | | | Change-Id: Ia1f66a3598a979924ccbf857093693135012c4c9
* | LUT intrinsic and CrossProcess test.Jason Sams2012-09-085-60/+314
| | | | | | | | | | | | | | | | 5x5 convolve and test Gauss blur and test Change-Id: Ic2f5d583cbdc1793ec8c8e2beea783d4ec34a57f
* | Add greyscale intrinsic test.Jason Sams2012-09-062-6/+16
| | | | | | | | Change-Id: I24c9b8769ab7fe2fed9ef17f7ff1063c60977c41
* | Document ColorMatrix intrinsic and add helpersJason Sams2012-09-064-2/+2
| | | | | | | | | | | | | | Increase size of test image. Add helpers for greyscale and yuv<>rgb conversions Change-Id: I6cdd06ae23623b47f5034585ed5d385ff11348ac
* | Merge "Stabilize perf data." into jb-mr1-devJason Sams2012-09-053-8/+12
|\ \
| * | Stabilize perf data.Jason Sams2012-09-053-8/+12
| | | | | | | | | | | | Change-Id: I75fb31b1bb6e6a7a5a82b86fd4a6639dd328ceaa
* | | Add ColorMatrix Intrinsic.Jason Sams2012-09-045-31/+186
|/ / | | | | | | | | | | | | Add better intrinsic testing. Include reference .rs for each intrinsic. Change-Id: I327649f16ac8f641c2bd96f7b16f51874a3e820e
* | update image processing to fix ScriptGroup names.Jason Sams2012-09-041-2/+2
|/ | | | Change-Id: Id3be5142ad740af65f3ce19b9d8047926bb55a85
* Merge "Fix bug in grain." into jb-mr1-devJason Sams2012-08-211-4/+4
|\
| * Fix bug in grain.Jason Sams2012-08-211-4/+4
| | | | | | | | | | | | | | Compare with 0 was done against unsigned which did not correctly clamp. Change-Id: I6dbff36190c279961017e57db3aaba51c60a0ad3
* | Merge "Move the kernel launch to specific intrinsic class." into jb-mr1-devJason Sams2012-08-211-2/+3
|\ \ | |/