Home
last modified time | relevance | path

Searched defs:test_channel_value (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/gil/test/core/channel/
Dalgorithm_channel_invert.cpp28 struct test_channel_value struct
39 boost::mp11::mp_for_each<fixture::channel_byte_types>(test_channel_value{}); in run() argument
Dalgorithm_channel_multiply.cpp29 struct test_channel_value struct
40 boost::mp11::mp_for_each<fixture::channel_byte_types>(test_channel_value{}); in run() argument
Dalgorithm_channel_relation.cpp37 struct test_channel_value struct
48 boost::mp11::mp_for_each<fixture::channel_byte_types>(test_channel_value{}); in run() argument
Dtest_fixture.cpp33 struct test_channel_value struct
46 boost::mp11::mp_for_each<fixture::channel_byte_types>(test_channel_value{}); in run() argument
Dalgorithm_channel_arithmetic.cpp82 struct test_channel_value struct
93 boost::mp11::mp_for_each<fixture::channel_byte_types>(test_channel_value{}); in run() argument
/third_party/boost/libs/gil/test/legacy/
Dchannel.cpp237 void test_channel_value() { in test_channel_value() function