swapChannels      148 modules/cudaimgproc/include/opencv2/cudaimgproc.hpp CV_EXPORTS void swapChannels(InputOutputArray image, const int dstOrder[4], Stream& stream = Stream::Null());
swapChannels      208 modules/cudaimgproc/perf/perf_color.cpp         TEST_CYCLE() cv::cuda::swapChannels(dst, dstOrder);
swapChannels     2498 modules/cudaimgproc/test/test_color.cpp     cv::cuda::swapChannels(d_src, dstOrder);