| 22 | namespace compute = boost::compute; |
| 23 | |
| 24 | BOOST_AUTO_TEST_CASE(image1d_get_supported_formats) |
| 25 | { |
| 26 | const std::vector<compute::image_format> formats = |
| 27 | compute::image1d::get_supported_formats(context); |
| 28 | } |
| 29 | |
| 30 | #ifdef BOOST_COMPUTE_CL_VERSION_1_2 |
| 31 | BOOST_AUTO_TEST_CASE(fill_image1d) |
nothing calls this directly
no test coverage detected