drawColorDisp     322 modules/cudastereo/include/opencv2/cudastereo.hpp CV_EXPORTS void drawColorDisp(InputArray src_disp, OutputArray dst_disp, int ndisp, Stream& stream = Stream::Null());
drawColorDisp     245 modules/cudastereo/perf/perf_stereo.cpp         TEST_CYCLE() cv::cuda::drawColorDisp(d_src, dst, 255);