MatDepth          162 modules/core/perf/cuda/perf_gpumat.cpp DEF_PARAM_TEST(Sz_2Depth, cv::Size, MatDepth, MatDepth);
MatDepth          127 modules/core/perf/opencl/perf_channels.cpp typedef tuple<Size, MatDepth> MixChannelsParams;
MatDepth           54 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(Lut, MatDepth, MatDepth, Channels, bool, bool)
MatDepth          116 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(ArithmTestBase, MatDepth, Channels, bool)
MatDepth         1478 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(InRange, MatDepth, Channels, bool /*Scalar or not*/, bool /*Roi*/)
MatDepth         1560 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(ConvertScaleAbs, MatDepth, Channels, bool)
MatDepth         1712 modules/core/test/ocl/test_arithm.cpp PARAM_TEST_CASE(Reduce, std::pair<MatDepth, MatDepth>, Channels, int, bool)
MatDepth         1722 modules/core/test/ocl/test_arithm.cpp         const std::pair<MatDepth, MatDepth> p = GET_PARAM(0);
MatDepth         1849 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Psnr, Combine(::testing::Values((MatDepth)CV_8U), OCL_ALL_CHANNELS, Bool()));
MatDepth         1852 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, ReduceSum, Combine(testing::Values(std::make_pair<MatDepth, MatDepth>(CV_8U, CV_32S),
MatDepth         1853 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_8U, CV_32F),
MatDepth         1854 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_8U, CV_64F),
MatDepth         1855 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16U, CV_32F),
MatDepth         1856 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16U, CV_64F),
MatDepth         1857 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_32F),
MatDepth         1858 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_64F),
MatDepth         1859 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_32F, CV_32F),
MatDepth         1860 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_32F, CV_64F),
MatDepth         1861 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_64F, CV_64F)),
MatDepth         1863 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, ReduceAvg, Combine(testing::Values(std::make_pair<MatDepth, MatDepth>(CV_8U, CV_32S),
MatDepth         1864 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_8U, CV_32F),
MatDepth         1865 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_8U, CV_64F),
MatDepth         1866 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16U, CV_32F),
MatDepth         1867 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16U, CV_64F),
MatDepth         1868 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_32F),
MatDepth         1869 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_64F),
MatDepth         1870 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_32F, CV_32F),
MatDepth         1871 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_32F, CV_64F),
MatDepth         1872 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_64F, CV_64F)),
MatDepth         1874 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, ReduceMax, Combine(testing::Values(std::make_pair<MatDepth, MatDepth>(CV_8U, CV_8U),
MatDepth         1875 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16U, CV_16U),
MatDepth         1876 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_16S),
MatDepth         1877 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_32F, CV_32F),
MatDepth         1878 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_64F, CV_64F)),
MatDepth         1880 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, ReduceMin, Combine(testing::Values(std::make_pair<MatDepth, MatDepth>(CV_8U, CV_8U),
MatDepth         1881 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16U, CV_16U),
MatDepth         1882 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_16S),
MatDepth         1883 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_32F, CV_32F),
MatDepth         1884 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_64F, CV_64F)),
MatDepth           57 modules/core/test/ocl/test_channels.cpp PARAM_TEST_CASE(Merge, MatDepth, int, bool)
MatDepth          369 modules/core/test/ocl/test_channels.cpp PARAM_TEST_CASE(InsertChannel, MatDepth, Channels, bool)
MatDepth          415 modules/core/test/ocl/test_channels.cpp PARAM_TEST_CASE(ExtractChannel, MatDepth, Channels, bool)
MatDepth           65 modules/core/test/ocl/test_dft.cpp PARAM_TEST_CASE(Dft, cv::Size, OCL_FFT_TYPE, MatDepth, bool, bool, bool, bool)
MatDepth           18 modules/core/test/ocl/test_matrix_expr.cpp PARAM_TEST_CASE(UMatExpr, MatDepth, Channels)
MatDepth           57 modules/core/test/ocl/test_matrix_operation.cpp PARAM_TEST_CASE(ConvertTo, MatDepth, MatDepth, Channels, bool)
MatDepth          106 modules/core/test/ocl/test_matrix_operation.cpp PARAM_TEST_CASE(CopyTo, MatDepth, Channels, bool, bool)
MatDepth         1582 modules/core/test/test_arithm.cpp class SubtractOutputMatNotEmpty : public testing::TestWithParam< std::tr1::tuple<cv::Size, perf::MatType, perf::MatDepth, bool> >
MatDepth           14 modules/core/test/test_ippasync.cpp PARAM_TEST_CASE(IPPAsync, MatDepth, Channels, hppAccelType)
MatDepth          172 modules/cudaarithm/perf/perf_core.cpp DEF_PARAM_TEST(Sz_Depth_Cn_Code, cv::Size, MatDepth, MatCn, FlipCode);
MatDepth          286 modules/cudaarithm/perf/perf_core.cpp DEF_PARAM_TEST(Sz_Depth_Cn_Border, cv::Size, MatDepth, MatCn, BorderMode);
MatDepth          596 modules/cudaarithm/perf/perf_element_operations.cpp DEF_PARAM_TEST(Sz_Depth_Power, cv::Size, MatDepth, double);
MatDepth          634 modules/cudaarithm/perf/perf_element_operations.cpp DEF_PARAM_TEST(Sz_Depth_Code, cv::Size, MatDepth, CmpCode);
MatDepth         1181 modules/cudaarithm/perf/perf_element_operations.cpp DEF_PARAM_TEST(Sz_3Depth, cv::Size, MatDepth, MatDepth, MatDepth);
MatDepth         1466 modules/cudaarithm/perf/perf_element_operations.cpp DEF_PARAM_TEST(Sz_Depth_Op, cv::Size, MatDepth, ThreshOp);
MatDepth           52 modules/cudaarithm/perf/perf_reductions.cpp DEF_PARAM_TEST(Sz_Depth_Norm, cv::Size, MatDepth, NormType);
MatDepth          201 modules/cudaarithm/perf/perf_reductions.cpp                     Values<MatDepth>(CV_8U, CV_16U, CV_32F),
MatDepth          344 modules/cudaarithm/perf/perf_reductions.cpp DEF_PARAM_TEST(Sz_Depth_Cn_Code_Dim, cv::Size, MatDepth, MatCn, ReduceCode, ReduceDim);
MatDepth          386 modules/cudaarithm/perf/perf_reductions.cpp DEF_PARAM_TEST(Sz_Depth_NormType, cv::Size, MatDepth, NormType);
MatDepth           52 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(Merge, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
MatDepth          117 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(Split, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
MatDepth           52 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Add_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
MatDepth           56 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          115 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Add_Array_Mask, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth          119 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          179 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Add_Scalar, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth          183 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          267 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Add_Scalar_First, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth          271 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          355 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Subtract_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
MatDepth          359 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          418 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Subtract_Array_Mask, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth          422 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          482 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Subtract_Scalar, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth          486 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          570 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Subtract_Scalar_First, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth          574 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          658 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Multiply_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
MatDepth          662 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          851 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Multiply_Scalar, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth          855 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth          938 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Multiply_Scalar_First, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth          942 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth         1025 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Divide_Array, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, Channels, UseRoi)
MatDepth         1029 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth         1218 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Divide_Scalar, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth         1222 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth         1304 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Divide_Scalar_First, cv::cuda::DeviceInfo, cv::Size, std::pair<MatDepth, MatDepth>, UseRoi)
MatDepth         1308 modules/cudaarithm/test/test_element_operations.cpp     std::pair<MatDepth, MatDepth> depth;
MatDepth         1360 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(AbsDiff, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         1474 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Abs, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         1507 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_16S), MatDepth(CV_32F)),
MatDepth         1513 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Sqr, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         1547 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_8U),
MatDepth         1548 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16U),
MatDepth         1549 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
MatDepth         1550 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_32F)),
MatDepth         1583 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Sqrt, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         1617 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_8U),
MatDepth         1618 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16U),
MatDepth         1619 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
MatDepth         1620 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_32F)),
MatDepth         1653 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Log, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         1687 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_8U),
MatDepth         1688 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16U),
MatDepth         1689 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
MatDepth         1690 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_32F)),
MatDepth         1733 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Exp, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         1767 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_8U),
MatDepth         1768 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16U),
MatDepth         1769 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
MatDepth         1770 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_32F)),
MatDepth         1776 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Pow, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         1838 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Compare_Array, cv::cuda::DeviceInfo, cv::Size, MatDepth, CmpCode, UseRoi)
MatDepth         2078 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Bitwise_Scalar, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels)
MatDepth         2139 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32S)),
MatDepth         2176 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(RShift, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
MatDepth         2214 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_8U),
MatDepth         2215 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_8S),
MatDepth         2216 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16U),
MatDepth         2217 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
MatDepth         2218 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_32S)),
MatDepth         2256 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(LShift, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi)
MatDepth         2294 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32S)),
MatDepth         2301 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Min, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         2384 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Max, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         2467 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(AddWeighted, cv::cuda::DeviceInfo, cv::Size, MatDepth, MatDepth, MatDepth, UseRoi)
MatDepth          241 modules/cudaarithm/test/test_gpumat.cpp PARAM_TEST_CASE(GpuMat_ConvertTo, cv::cuda::DeviceInfo, cv::Size, MatDepth, MatDepth, UseRoi)
MatDepth           52 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(Norm, cv::cuda::DeviceInfo, cv::Size, MatDepth, NormCode, UseRoi)
MatDepth          107 modules/cudaarithm/test/test_reductions.cpp     testing::Values(MatDepth(CV_8U),
MatDepth          108 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_8S),
MatDepth          109 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_16U),
MatDepth          110 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_16S),
MatDepth          111 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_32S),
MatDepth          112 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_32F)),
MatDepth          371 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(MinMax, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth          537 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(MinMaxLoc, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth          749 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(CountNonZero, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth          825 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(Reduce, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, ReduceCode, UseRoi)
MatDepth          895 modules/cudaarithm/test/test_reductions.cpp     testing::Values(MatDepth(CV_8U),
MatDepth          896 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_16U),
MatDepth          897 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_16S),
MatDepth          898 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_32F),
MatDepth          899 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_64F)),
MatDepth          907 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(Normalize, cv::cuda::DeviceInfo, cv::Size, MatDepth, NormCode, UseRoi)
MatDepth          221 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(SeparableLinearFilter, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Anchor, BorderType, UseRoi)
MatDepth          271 modules/cudafilters/test/test_filters.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
MatDepth          290 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Sobel, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Deriv_X, Deriv_Y, BorderType, UseRoi)
MatDepth          343 modules/cudafilters/test/test_filters.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
MatDepth          357 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Scharr, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, Deriv_X, Deriv_Y, BorderType, UseRoi)
MatDepth          408 modules/cudafilters/test/test_filters.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
MatDepth          421 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(GaussianBlur, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, BorderType, UseRoi)
MatDepth          469 modules/cudafilters/test/test_filters.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
MatDepth           52 modules/cudaimgproc/perf/perf_bilateral_filter.cpp DEF_PARAM_TEST(Sz_Depth_Cn_KernelSz, cv::Size, MatDepth, MatCn, int);
MatDepth           52 modules/cudaimgproc/perf/perf_color.cpp DEF_PARAM_TEST(Sz_Depth_Code, cv::Size, MatDepth, CvtColorInfo);
MatDepth           52 modules/cudaimgproc/test/test_color.cpp PARAM_TEST_CASE(CvtColor, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth         2291 modules/cudaimgproc/test/test_color.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32F)),
MatDepth          174 modules/cudastereo/test/test_stereo.cpp PARAM_TEST_CASE(ReprojectImageTo3D, cv::cuda::DeviceInfo, cv::Size, MatDepth, UseRoi)
MatDepth          209 modules/cudastereo/test/test_stereo.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16S)),
MatDepth           92 modules/cudawarping/perf/perf_warping.cpp DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Border_Mode, cv::Size, MatDepth, MatCn, Interpolation, BorderMode, RemapMode);
MatDepth          144 modules/cudawarping/perf/perf_warping.cpp DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Scale, cv::Size, MatDepth, MatCn, Interpolation, double);
MatDepth          188 modules/cudawarping/perf/perf_warping.cpp DEF_PARAM_TEST(Sz_Depth_Cn_Scale, cv::Size, MatDepth, MatCn, double);
MatDepth          231 modules/cudawarping/perf/perf_warping.cpp DEF_PARAM_TEST(Sz_Depth_Cn_Inter_Border, cv::Size, MatDepth, MatCn, Interpolation, BorderMode);
MatDepth          331 modules/cudawarping/perf/perf_warping.cpp DEF_PARAM_TEST(Sz_Depth_Cn_Inter, cv::Size, MatDepth, MatCn, Interpolation);
MatDepth          218 modules/imgproc/perf/opencl/perf_imgproc.cpp typedef tuple<Size, MatDepth> IntegralParams;
MatDepth            9 modules/imgproc/perf/perf_integral.cpp typedef std::tr1::tuple<Size, MatType, MatDepth> Size_MatType_OutMatDepth_t;
MatDepth           28 modules/imgproc/perf/perf_moments.cpp     const MatDepth srcDepth = get<1>(params);
MatDepth           55 modules/imgproc/test/ocl/test_accumulate.cpp PARAM_TEST_CASE(AccumulateBase, std::pair<MatDepth, MatDepth>, Channels, bool)
MatDepth           68 modules/imgproc/test/ocl/test_accumulate.cpp         const std::pair<MatDepth, MatDepth> depths = GET_PARAM(0);
MatDepth          225 modules/imgproc/test/ocl/test_accumulate.cpp     testing::Values(std::make_pair<MatDepth, MatDepth>(CV_8U, CV_32F), \
MatDepth          226 modules/imgproc/test/ocl/test_accumulate.cpp     std::make_pair<MatDepth, MatDepth>(CV_16U, CV_32F), \
MatDepth          227 modules/imgproc/test/ocl/test_accumulate.cpp     std::make_pair<MatDepth, MatDepth>(CV_32F, CV_32F), \
MatDepth          228 modules/imgproc/test/ocl/test_accumulate.cpp     std::make_pair<MatDepth, MatDepth>(CV_8U, CV_64F), \
MatDepth          229 modules/imgproc/test/ocl/test_accumulate.cpp     std::make_pair<MatDepth, MatDepth>(CV_16U, CV_64F), \
MatDepth          230 modules/imgproc/test/ocl/test_accumulate.cpp     std::make_pair<MatDepth, MatDepth>(CV_32F, CV_64F), \
MatDepth          231 modules/imgproc/test/ocl/test_accumulate.cpp     std::make_pair<MatDepth, MatDepth>(CV_64F, CV_64F))
MatDepth           55 modules/imgproc/test/ocl/test_blend.cpp PARAM_TEST_CASE(BlendLinear, MatDepth, Channels, bool)
MatDepth           54 modules/imgproc/test/ocl/test_boxfilter.cpp PARAM_TEST_CASE(BoxFilterBase, MatDepth, Channels, BorderType, bool, bool)
MatDepth           57 modules/imgproc/test/ocl/test_color.cpp PARAM_TEST_CASE(CvtColor, MatDepth, bool)
MatDepth          438 modules/imgproc/test/ocl/test_color.cpp                             testing::Combine(testing::Values(MatDepth(CV_8U)), Bool()));
MatDepth          441 modules/imgproc/test/ocl/test_color.cpp                             testing::Combine(testing::Values(MatDepth(CV_8U), MatDepth(CV_32F)), Bool()));
MatDepth          445 modules/imgproc/test/ocl/test_color.cpp                                 testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_32F)),
MatDepth          450 modules/imgproc/test/ocl/test_color.cpp                                 testing::Values(MatDepth(CV_8U)),
MatDepth          455 modules/imgproc/test/ocl/test_color.cpp                                 testing::Values(MatDepth(CV_8U)),
MatDepth          460 modules/imgproc/test/ocl/test_color.cpp                                 testing::Values(MatDepth(CV_8U)),
MatDepth           54 modules/imgproc/test/ocl/test_filter2d.cpp PARAM_TEST_CASE(Filter2D, MatDepth, Channels, int, int, BorderType, bool, bool)
MatDepth           66 modules/imgproc/test/ocl/test_histogram.cpp PARAM_TEST_CASE(CalcBackProject, MatDepth, int, bool)
MatDepth          272 modules/imgproc/test/ocl/test_histogram.cpp OCL_INSTANTIATE_TEST_CASE_P(Imgproc, CalcBackProject, Combine(Values((MatDepth)CV_8U), Values(1, 2), Bool()));
MatDepth          108 modules/imgproc/test/ocl/test_imgproc.cpp PARAM_TEST_CASE(CopyMakeBorder, MatDepth, // depth
MatDepth          488 modules/imgproc/test/ocl/test_imgproc.cpp                             testing::Values((MatDepth)CV_8U, (MatDepth)CV_16S, (MatDepth)CV_32S, (MatDepth)CV_32F),
MatDepth           58 modules/imgproc/test/ocl/test_match_template.cpp PARAM_TEST_CASE(MatchTemplate, MatDepth, Channels, MatchTemplType, bool)
MatDepth           54 modules/imgproc/test/ocl/test_medianfilter.cpp PARAM_TEST_CASE(MedianFilter, MatDepth, Channels, int, bool)
MatDepth           55 modules/imgproc/test/ocl/test_pyramids.cpp PARAM_TEST_CASE(PyrTestBase, MatDepth, Channels, BorderType, bool)
MatDepth           54 modules/imgproc/test/ocl/test_sepfilter2D.cpp PARAM_TEST_CASE(SepFilter2D, MatDepth, Channels, BorderType, bool, bool)
MatDepth          239 modules/imgproc/test/ocl/test_warp.cpp PARAM_TEST_CASE(Remap, MatDepth, Channels, std::pair<MatType, MatType>, BorderType, bool)
MatDepth           61 modules/photo/perf/perf_cuda.cpp DEF_PARAM_TEST(Sz_Depth_Cn_WinSz_BlockSz, cv::Size, MatDepth, MatCn, int, int);
MatDepth           65 modules/photo/perf/perf_cuda.cpp                     Values<MatDepth>(CV_8U),
MatDepth          105 modules/photo/perf/perf_cuda.cpp DEF_PARAM_TEST(Sz_Depth_Cn_WinSz_BlockSz, cv::Size, MatDepth, MatCn, int, int);
MatDepth          109 modules/photo/perf/perf_cuda.cpp                     Values<MatDepth>(CV_8U),
MatDepth          149 modules/photo/perf/perf_cuda.cpp DEF_PARAM_TEST(Sz_Depth_WinSz_BlockSz, cv::Size, MatDepth, int, int);
MatDepth          153 modules/photo/perf/perf_cuda.cpp                     Values<MatDepth>(CV_8U),
MatDepth           75 modules/ts/include/opencv2/ts/cuda_perf.hpp     DEF_PARAM_TEST(Sz_Depth, cv::Size, perf::MatDepth);
MatDepth           76 modules/ts/include/opencv2/ts/cuda_perf.hpp     DEF_PARAM_TEST(Sz_Depth_Cn, cv::Size, perf::MatDepth, MatCn);
MatDepth          218 modules/ts/include/opencv2/ts/cuda_test.hpp     using perf::MatDepth;
MatDepth          220 modules/ts/include/opencv2/ts/cuda_test.hpp     #define ALL_DEPTH testing::Values(MatDepth(CV_8U), MatDepth(CV_8S), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32S), MatDepth(CV_32F), MatDepth(CV_64F))
MatDepth          222 modules/ts/include/opencv2/ts/cuda_test.hpp     #define DEPTH_PAIRS testing::Values(std::make_pair(MatDepth(CV_8U), MatDepth(CV_8U)),   \
MatDepth          223 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_8U), MatDepth(CV_16U)),  \
MatDepth          224 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_8U), MatDepth(CV_16S)),  \
MatDepth          225 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_8U), MatDepth(CV_32S)),  \
MatDepth          226 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_8U), MatDepth(CV_32F)),  \
MatDepth          227 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_8U), MatDepth(CV_64F)),  \
MatDepth          229 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16U), MatDepth(CV_16U)), \
MatDepth          230 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16U), MatDepth(CV_32S)), \
MatDepth          231 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16U), MatDepth(CV_32F)), \
MatDepth          232 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16U), MatDepth(CV_64F)), \
MatDepth          234 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16S), MatDepth(CV_16S)), \
MatDepth          235 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16S), MatDepth(CV_32S)), \
MatDepth          236 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16S), MatDepth(CV_32F)), \
MatDepth          237 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16S), MatDepth(CV_64F)), \
MatDepth          239 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_32S), MatDepth(CV_32S)), \
MatDepth          240 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_32S), MatDepth(CV_32F)), \
MatDepth          241 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_32S), MatDepth(CV_64F)), \
MatDepth          243 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_32F), MatDepth(CV_32F)), \
MatDepth          244 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_32F), MatDepth(CV_64F)), \
MatDepth          246 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_64F), MatDepth(CV_64F)))
MatDepth          190 modules/ts/include/opencv2/ts/ocl_test.hpp using perf::MatDepth;
MatDepth          155 modules/ts/include/opencv2/ts/ts_perf.hpp CV_ENUM(MatDepth, CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F, CV_USRTYPE1)
MatDepth          480 modules/ts/include/opencv2/ts/ts_perf.hpp typedef std::tr1::tuple<cv::Size, MatDepth> Size_MatDepth_t;