summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Adding a global accessibility action to open quick settings." into ↵Svetoslav Ganov2012-09-251-17/+3
|\ | | | | | | jb-mr1-dev
| * Adding a global accessibility action to open quick settings.Svetoslav Ganov2012-09-251-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added APIs for opening the quick settings to the StatusBarManagerService and the local StatausBarManager. The new APIs are protected by the old EXPAND_STATUS_BAR permission. Renamed the expand* and collapse* non-public APIs that are expanding the notifications to expandNotifications* collapseNotifications* to better convey what they do given that this change adds expandQuickSettings* and collapseQuickSettings*. Added a global action to the accessibility layer to expand the quick settings which is calling into the new status bar manager APIs. bug:7030487 Change-Id: Ic7b46e1a132f1c0d71355f18e7c5a9a2424171c3
* | 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
* | Merge "Fix bug #7206086 NumberPicker widget should use locale digits" into ↵Fabrice Di Meglio2012-09-231-2/+2
|\ \ | | | | | | | | | jb-mr1-dev
| * | Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio2012-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | | - fix for having the TwoDigitFormatter being able to be recreated if the locale is changed - accept now also the Arabic and Persian digits Change-Id: Ifbf7e274d971008f4a5782402d4b76d9472b68fc
* | | 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
* | | Merge "Fix aprox fs function names bug b206696" into jb-mr1-devJason Sams2012-09-203-12/+11
|\ \ \ | |/ /
| * | Fix aprox fs function namesJason Sams2012-09-203-12/+11
| | | | | | | | | | | | | | | | | | bug b206696 Change-Id: I64c092c1f6b8d990783bf5d31db37e12a4dbdb82
* | | Optimize tiling managementRomain Guy2012-09-201-2/+2
|/ / | | | | | | | | | | Bug #7186819 Change-Id: Iebc42a6e9c96ad5605fbbe1539aa887695d2e829
* | 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
* | | Merge "Cleanup blur test, remove deprecated functions." into jb-mr1-devJason Sams2012-09-205-169/+66
|\ \ \
| * | | Cleanup blur test, remove deprecated functions.Jason Sams2012-09-205-169/+66
| | |/ | |/| | | | | | | Change-Id: I4136110692fdba8a644806fe8c92bfaacc930ca6
* | | Add support for QCOM_tiled_renderingRomain Guy2012-09-193-0/+9
|/ / | | | | | | | | | | | | | | | | Bug #7186819 This optional OpenGL extension can be used by tiled renderers to optimize copies from main memory to tiles memory. Change-Id: Id4a5d64e61ad17f50e773e8104b9bf584bb65077
* | Add test for layer updates optimizationsRomain Guy2012-09-182-0/+84
| | | | | | | | | | | | Optimizations are following. Change-Id: I120e1d0c08d8068fcac46515f37a4ae510e5f3a3
* | Add Kernel, Method, and field IDsJason Sams2012-09-181-16/+15
|/ | | | | | bug 7182873 Change-Id: I066a359bb04027e9376dac088560f042c496b10e
* Go to home screen after launching each app.Maxim Siniavine2012-09-171-3/+13
| | | | | | | | Instead of starting one app after another the MemoryUsage instrumentation goes to the home screen between launching apps. Change-Id: Ia0acf9f6f65a23f537b96c98743b59d746681447
* 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
* | | dodging the @JavascriptInterface bulletGuang Zhu2012-09-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason for not to fix the test instead with new annotation is that it's preferable to have a single version that works for all platforms. This can be revisted once we have enough platforms released to not to care about the older ones. Change-Id: I42557f920702e5a65e39a3fea80533bd07b54367
* | | 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
* | Merge "Fix memory corruption in LayerRenderer::copyLayer" into jb-mr1-devRomain Guy2012-09-072-0/+90
|\ \
| * | Fix memory corruption in LayerRenderer::copyLayerRomain Guy2012-09-072-0/+90
| | | | | | | | | | | | | | | | | | | | | | | | The pixel store pack alignment was not set for the source texture, causing a write to occur outside of the destination bitmap's bounds. Change-Id: Iaa5767acf7b5943fbc2765c3810a142f06b1a796
* | | Merge "Add greyscale intrinsic test." into jb-mr1-devJason Sams2012-09-072-6/+16
|\ \ \
| * | | Add greyscale intrinsic test.Jason Sams2012-09-062-6/+16
| | | | | | | | | | | | | | | | Change-Id: I24c9b8769ab7fe2fed9ef17f7ff1063c60977c41
* | | | Merge "Document ColorMatrix intrinsic and add helpers" into jb-mr1-devJason Sams2012-09-074-2/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | Handle different x, y scales in drawLines AA pathChris Craik2012-09-071-0/+8
|/ / | | | | | | | | | | | | | | | | | | | | bug:7114630 Fixes different x, y scales, and fixes boundaryWidthProportion to be from center, not edge. Also adds drawLine tests that previously drew blurry. Change-Id: I2b648a60361ad3931eac67647b9b27909525ee1e
* | Merge "Varying-based AA rect drawing" into jb-mr1-devChris Craik2012-09-061-0/+6
|\ \
| * | Varying-based AA rect drawingChris Craik2012-09-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of calculating opacity from relative position in the shader, use a shader varying to do this computation for us. bug:5045101 Also adds a test to HwAccelerationTest to show incorrect antialiasing in scaled drawAARect / boundarySize calculation. Change-Id: Icdc41acb01dc10ce354834f8389a5aed2f439162
* | | 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
* | | | Merge "Add ColorMatrix Intrinsic." into jb-mr1-devJason Sams2012-09-055-31/+186
|\ \ \ \ | |/ / / |/| | |
| * | | Add ColorMatrix Intrinsic.Jason Sams2012-09-045-31/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add better intrinsic testing. Include reference .rs for each intrinsic. Change-Id: I327649f16ac8f641c2bd96f7b16f51874a3e820e
* | | | Merge "update image processing to fix ScriptGroup names." into jb-mr1-devJason Sams2012-09-041-2/+2
|\ \ \ \ | |/ / /