summaryrefslogtreecommitdiff
path: root/tests/RenderScriptTests
AgeCommit message (Collapse)Author
2015-12-09Remove graphics-related RenderScript tests. Stephen Hines
Bug: http://b/25497185 These APIs have been deprecated for quite some time, and it makes sense to remove the obsolete tests. Change-Id: Ief413633c49b304042e191fbc200901bf9a794ad
2015-11-05Remove unsupported RS graphics API tests. Stephen Hines
Bug: 25497185 These tests all use deprecated graphics APIs along with unsupported pragmas. Removing them first will make our pragma cleanup simpler. Change-Id: Icd0f2690d79dd8deb709724b47607483d6e3dea2
2015-05-19Clean RenderScript warnings Jean-Luc Brouillet
Change-Id: Ia7a98c1c977c839c74ae8081e70b5deb4b60c25d
2014-12-05Remove unsed check for simulator Dmitriy Ivanov
Change-Id: I46f134d960db330e7b6e7dbfebc84d602d3a3466
2014-08-22We need to specify a target SDK < 21 to use graphics RS. Stephen Hines
Bug: 16031597 This change also removes some unnecessary code from ScriptC construction. Change-Id: I6680109deb34de841dfade769d556f5060aee423 (cherry picked from commit 8277a692be3c89519e368159e7707c8d35b89475)
2013-05-06Switch Fountain(Fbo) to use RSSurfaceView instead of RSTextureView. Stephen Hines
Change-Id: Ifb036e83d76270075de1e7de3b67bb00c645bff2
2013-04-05Specify SDK version for RS graphics tests. Tim Murray
Change-Id: Ia61c753392432b91f91260a9b8769dfd396c259f
2013-03-19Move compute tests from frameworks/base to frameworks/rs Jason Sams
Change-Id: I670027782f5ba6df0713dbdc3c99ae7c1eef7d22
2013-03-12Merge "Update RSTest_v14 for stride changes." into jb-mr2-dev Stephen Hines
2013-03-08Handle onPause in ImageProcessing. Jason Sams
Change-Id: I538ce0ac7b9da2f4ec6cd7bd35aa84fd710e063f
2013-03-08Update IP_JB to Mr1 Jason Sams
Change-Id: I007b5048a187c90bc19c38e7155d0d5adcc34144
2013-03-08Update IP and IP2 Jason Sams
Change-Id: I5e81ae906a36fc1f6dc8de872398c6aa580238f1
2013-03-07Update RSTest_v14 for stride changes. Stephen Hines
Change-Id: I8c5d392ba62050781f27c3a1745dbd1a2321b556
2013-02-22Remove surfaceTextureOpaque test. Jason Sams
This test was for an API we decided not to expose publically and have removed. Change-Id: Ic2b8449b286c8d1fb1432ccc2db47f96ad43cc4b
2013-02-22Implement USAGE_IO_INPUT Jason Sams
Change-Id: Id5b9e3d0a17e4df15eec36d542fde6dc626138b2
2013-02-15Support typed YUV allocations. Jason Sams
Change-Id: I56e7a318dc979f0b7454fcfa5773ea6d95bbaeaa
2013-02-13Convert live preview demo to IO_OUTPUT Jason Sams
Change-Id: I01193932a6fcd572841434a59d34eda60d9b8b02 Fix aspect ratio
2013-02-13Merge "Reuse context and allocations across test." Jason Sams
2013-02-13Reuse context and allocations across test. Jason Sams
Change-Id: I9a3498c9095db2c7876bf45d6bd5c75deded8dd8
2013-02-13Add tests for the new clipped kernel Java reflection. Stephen Hines
Change-Id: Idb0444823711da356ae0ac025aa79c6ff8068373
2013-02-08Update RSTest_Compat for stride changes. Stephen Hines
Change-Id: I88acbf65b522a15c6386f4ab002971384a028ac7
2013-02-08Fix stride/addressing issues for RS tests. Stephen Hines
Change-Id: Icb49b4ef849b2bba9702dbb7817f3715e52091f6
2013-02-07Merge "Rename convolve3x3.rs to prevent collisions." Stephen Hines
2013-02-06Rename convolve3x3.rs to prevent collisions. Stephen Hines
Change-Id: I9046348959d51fda6142e16f1226fed0c57a6d16
2013-02-05Implement rs.sendMessage() Jason Sams
Change-Id: Ib4f4bb7bb4f697d0b5405ad55721394ed2456c65
2013-02-01Balls perf update Jason Sams
Change-Id: I627b125df36cfe137964472f95bb34b77d3d4355
2013-01-22Merge "Turn off vector code for tests where this reduces performance." Jason Sams
2013-01-22Merge "Build the actual RSTest_CompatLib." Stephen Hines
2013-01-22Turn off vector code for tests where this reduces performance. Jason Sams
Change-Id: Ice90a8f510db9acc5325a1cfa44638b5a1cef782
2013-01-22Merge "fast math error testing." Jason Sams
2013-01-18Build the actual RSTest_CompatLib. Stephen Hines
Change-Id: I1d1ae707a1326b56e91c81c3744bd702f296bbc2
2013-01-18Revert "Move RSTest to compatibility library." Stephen Hines
This reverts commit 36103c80b1d258157f0f4b531bc02f2fbb9e2d40.
2013-01-18fast math error testing. Jason Sams
Change-Id: Ib9c2af9ac2aaf44c0e08a47099dc1f9c057c9ac3
2013-01-19Merge "Move RSTest to compatibility library." Tim Murray
2013-01-18Move RSTest to compatibility library. Tim Murray
Change-Id: I486f485fe9798d81dcd8e1ca9001bb851bcfc9b8
2013-01-16Actually test fract(float). Stephen Hines
Change-Id: I402c7ea43ea626f9748982919cb3753015df3da7
2013-01-15Fix image processing test to include all benchmark tests Xia Wang
-- each test case can be excuted separately -- add a test case to run all benchmarks. Change-Id: I3c61dfe50267a6db11bc1895a4f37ed618a9103b
2013-01-10Merge "Add parentheses for latest Clang warnings." Stephen Hines
2013-01-10Add parentheses for latest Clang warnings. Stephen Hines
Change-Id: I843fd3eb44e1ab0a177d7045ca97cf146fd81231
2013-01-09Merge "Update IP2 to use bitmap-backed allocations." Tim Murray
2013-01-09Update IP2 to use bitmap-backed allocations. Tim Murray
Change-Id: I2967fff71db40b4a8a00cd0152bcc04c43b87f80
2013-01-08Add 3D LUT intrinsic java class Jason Sams
Add test for 3D LUT Change-Id: I52bc20fd5458afda6de0a6015e9c8bc6a4970055
2013-01-02Fix off by 1 in color cube. Jason Sams
Tested with 2x2x2 and 32x32x16 cubes. Bit exact in 2x2x2 Change-Id: I0ca3e3736d1d9c611a02bba8ee9bfea3befd0e76
2012-12-28Merge "Fix color cube tests." Jason Sams
2012-12-28Fix color cube tests. Jason Sams
Change-Id: I644ac26c6d234bf5b9cf4c549bebdfee67e98f50
2012-12-28Merge "Add API support for 3D allocations." Jason Sams
2012-12-27Add API support for 3D allocations. Jason Sams
Change-Id: I19c525f90135d83caec545e77e8f61a957d220ee
2012-12-18Switch to simpler createFromBitmap in ImageProcessing. Tim Murray
Change-Id: I61034689ed83b6536abc034e21c39adac2cdf553
2012-12-14Revert "Turn off IP2." Stephen Hines
This reverts commit bc897302afcc40aee2bbce75a156a0d61883ff55 Change-Id: Ie2d0f32e248a20c26e8251195614d8df751c99ae
2012-12-13Turn off IP2. Stephen Hines
Change-Id: I1d45b0077c1a57c74e36fa8df45428b06a454253