summaryrefslogtreecommitdiff
path: root/tests/cppbasic
Commit message (Collapse)AuthorAgeFilesLines
* Fixing api versions on rs testsNoah Presler2015-08-131-1/+1
| | | | | | b/23161320 Change-Id: Ibc23309abed092e7648168fbf4b80891a44929a6
* Replace NULL macros with nullptr literals.Chris Wailes2014-08-202-1/+2
| | | | Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
* Updated test files to use the RS_KERNEL macro.Chris Wailes2014-05-221-2/+2
| | | | Change-Id: Ifa00819d09a1cc8229ac5d693d49e3a228cfc2dd
* Fix incorrect dependence on the system-built liblog.Stephen Hines2014-04-281-2/+1
| | | | | | | | | | | | Our previous Android.mk was incorrectly pulling in the latest liblog, instead of linking dynamically against the older prebuilt liblog. This causes problems due to the latest liblog using __android_fatal(), which is a new function in bionic. This change also updates our tests to use the checked-in prebuilt liblog.so instead of the system-built liblog. Change-Id: I211ef3a31f033e66d46c619d89d507ea65ec3731
* Fix C++ tests to work with NDK build.Stephen Hines2014-01-151-13/+7
| | | | | | | | This change fixes some errors with stlport linking, as well as making most of the apps static. We keep one copy of cppbasic-shared using the normal build system (instead of using the NDK targeting API 8). Change-Id: Iecc13e7d627e144120eec9b120663ec644917606
* Add user-defined cache path.Tim Murray2013-12-181-73/+78
| | | | Change-Id: I7374d8e84d8dc6e74a6faa526c6e68ae11da6500
* Fix problems with NDK Sampler implementation.Stephen Hines2013-11-262-6/+21
| | | | | | | Creation methods should be static and we need to use the proper Context pointer for the dispatch methods. Change-Id: I43c25a7348c9a9aa9a2a82e184d4ac644625800b
* RS native tests should be built with clang.Stephen Hines2013-11-262-1/+2
| | | | Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
* Fix issues with compute unit tests.Stephen Hines2013-09-102-5/+7
| | | | | | | | | | | Bug: 10427951 This fixes 2 small problems: 1) Typecheck was using the wrong pathname for reflection. 2) Cppbasic was doing an illegal 1D copy over a 2D data structure. This was masked by using an input size that is a multiple of our required stride. Change-Id: I1138d646ff6369cf25a2bd9bc52e20a67a124e95
* Add basic support for intrinsics. Move sp<> into RScpp.Tim Murray2013-08-012-18/+8
| | | | Change-Id: I74cdee7069a624ded5091d53db3a4b8ce9894033
* Move to dynamic dispatch. Add support for IoAllocation* in rs.spec.Tim Murray2013-07-232-4/+4
| | | | Change-Id: I013409cbb758ce5aae78347acb39c43d07aeb9bf
* Add more FieldPacker.add() routines.Stephen Hines2012-11-272-0/+101
| | | | | | | This cl also improves the cppbasic test by checking results for known functions. Bug: 5972398 Change-Id: Iacd9eb42e57ace952c590f8a988708f01bb53d59
* Remove size parameter from copy* methods in C++ and add copy*(void* data).Tim Murray2012-11-261-1/+1
| | | | Change-Id: I4905a4774748c9f0d0406f70ce3895ebd68e92ce
* Change namespace from renderscriptCpp to RSCTim Murray2012-11-161-1/+1
| | | | Change-Id: I6c40a91d3afad8411d0ad49088a8e52c251b7038
* Move to void* pointers for copying within C++ API.Tim Murray2012-11-141-2/+1
| | | | Change-Id: If2eb0d649249a45a79810e8fddab96dc44b9fa68
* Add latency test and rearrange tests directory.Tim Murray2012-11-063-0/+121
Change-Id: I209b879350769a8e264c2afb67bdb7359c6894a0