summaryrefslogtreecommitdiff
path: root/tests/cppallocation
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-201-0/+1
| | | | Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
* Updated test files to use the RS_KERNEL macro.Chris Wailes2014-05-221-1/+1
| | | | 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-14/+8
| | | | | | | | 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-1/+1
| | | | Change-Id: I7374d8e84d8dc6e74a6faa526c6e68ae11da6500
* RS native tests should be built with clang.Stephen Hines2013-11-261-0/+1
| | | | Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
* Fix C++ RS tests due to previous reflection/API changes.Stephen Hines2013-08-222-1/+2
| | | | | Bug: 10427951 Change-Id: I06177d25cadf8697f9fca244edb2800e1102a7bf
* Remove size parameter from copy* methods in C++ and add copy*(void* data).Tim Murray2012-11-261-2/+2
| | | | 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/+2
| | | | Change-Id: If2eb0d649249a45a79810e8fddab96dc44b9fa68
* Add very basic allocation copying test for C++.Tim Murray2012-11-133-0/+122
Change-Id: I1426545958f66e8677dcda40a74f5736c616317b