MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

compute/test/test_image2d.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace compute = boost::compute;
24
25BOOST_AUTO_TEST_CASE(image2d_get_supported_formats)
26{
27 const std::vector<compute::image_format> formats =
28 compute::image2d::get_supported_formats(context);
29}
30
31BOOST_AUTO_TEST_CASE(create_image_doctest)
32{

Callers

nothing calls this directly

Calls 15

dimFunction · 0.85
formatMethod · 0.80
widthMethod · 0.80
heightMethod · 0.80
error_codeMethod · 0.80
enqueue_write_imageMethod · 0.80
enqueue_read_imageMethod · 0.80
enqueue_fill_imageMethod · 0.80
enqueue_map_imageMethod · 0.80
enqueue_unmap_imageMethod · 0.80
get_statusMethod · 0.80

Tested by

no test coverage detected