MatType           337 modules/core/perf/opencl/perf_arithm.cpp typedef std::tr1::tuple<Size, MatType, FlipType> FlipParams;
MatType           555 modules/core/perf/opencl/perf_arithm.cpp typedef std::tr1::tuple<Size, MatType, CmpCode> CompareParams;
MatType           579 modules/core/perf/opencl/perf_arithm.cpp                                OCL_PERF_ENUM((MatType)CV_32FC1), // TODO: OCL_TEST_TYPES_134
MatType           755 modules/core/perf/opencl/perf_arithm.cpp typedef std::tr1::tuple<Size, MatType, NormType> NormParams;
MatType           929 modules/core/perf/opencl/perf_arithm.cpp typedef tuple<Size, MatType, NormalizeModes> NormalizeParams;
MatType          1070 modules/core/perf/opencl/perf_arithm.cpp typedef tuple<Size, std::pair<MatType, MatType>, int, ReduceMinMaxOp> ReduceMinMaxParams;
MatType          1075 modules/core/perf/opencl/perf_arithm.cpp                                    OCL_PERF_ENUM(std::make_pair<MatType, MatType>(CV_8UC1, CV_8UC1),
MatType          1076 modules/core/perf/opencl/perf_arithm.cpp                                                  std::make_pair<MatType, MatType>(CV_32FC4, CV_32FC4)),
MatType          1081 modules/core/perf/opencl/perf_arithm.cpp     const std::pair<MatType, MatType> types = get<1>(params);
MatType          1101 modules/core/perf/opencl/perf_arithm.cpp typedef tuple<Size, std::pair<MatType, MatType>, int, ReduceAccOp> ReduceAccParams;
MatType          1106 modules/core/perf/opencl/perf_arithm.cpp                                    OCL_PERF_ENUM(std::make_pair<MatType, MatType>(CV_8UC4, CV_32SC4),
MatType          1107 modules/core/perf/opencl/perf_arithm.cpp                                                  std::make_pair<MatType, MatType>(CV_32FC1, CV_32FC1)),
MatType          1112 modules/core/perf/opencl/perf_arithm.cpp     const std::pair<MatType, MatType> types = get<1>(params);
MatType            59 modules/core/perf/opencl/perf_gemm.cpp typedef tuple<Size, FlagType, MatType> GemmParams;
MatType            11 modules/core/perf/perf_compare.cpp typedef std::tr1::tuple<Size, MatType, CmpType> Size_MatType_CmpType_t;
MatType            16 modules/core/perf/perf_dft.cpp typedef std::tr1::tuple<Size, MatType, FlagsType, bool> Size_MatType_FlagsType_NzeroRows_t;
MatType            45 modules/core/perf/perf_dft.cpp typedef std::tr1::tuple<Size, MatType, DCT_FlagsType> Size_MatType_Flag_t;
MatType            11 modules/core/perf/perf_norm.cpp typedef std::tr1::tuple<Size, MatType, NormType> Size_MatType_NormType_t;
MatType            11 modules/core/perf/perf_reduce.cpp typedef std::tr1::tuple<Size, MatType, ROp> Size_MatType_ROp_t;
MatType           148 modules/core/test/ocl/test_channels.cpp PARAM_TEST_CASE(Split, MatType, Channels, bool)
MatType           230 modules/core/test/ocl/test_channels.cpp PARAM_TEST_CASE(MixChannels, MatType, bool)
MatType            57 modules/core/test/ocl/test_gemm.cpp                 MatType,
MatType          1582 modules/core/test/test_arithm.cpp class SubtractOutputMatNotEmpty : public testing::TestWithParam< std::tr1::tuple<cv::Size, perf::MatType, perf::MatDepth, bool> >
MatType          1791 modules/core/test/test_arithm.cpp     testing::Values(perf::MatType(CV_8UC1), CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3),
MatType            58 modules/cudaarithm/perf/perf_arithm.cpp DEF_PARAM_TEST(Sz_Type_Flags, cv::Size, MatType, GemmFlags);
MatType           251 modules/cudaarithm/perf/perf_core.cpp                     Values<MatType>(CV_8UC3)))
MatType            57 modules/cudaarithm/test/test_arithm.cpp PARAM_TEST_CASE(GEMM, cv::cuda::DeviceInfo, cv::Size, MatType, GemmFlags, UseRoi)
MatType           124 modules/cudaarithm/test/test_arithm.cpp     testing::Values(MatType(CV_32FC1), MatType(CV_32FC2), MatType(CV_64FC1), MatType(CV_64FC2)),
MatType           184 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(Transpose, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
MatType           233 modules/cudaarithm/test/test_core.cpp     testing::Values(MatType(CV_8UC1),
MatType           234 modules/cudaarithm/test/test_core.cpp                     MatType(CV_8UC4),
MatType           235 modules/cudaarithm/test/test_core.cpp                     MatType(CV_16UC2),
MatType           236 modules/cudaarithm/test/test_core.cpp                     MatType(CV_16SC2),
MatType           237 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32SC1),
MatType           238 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32SC2),
MatType           239 modules/cudaarithm/test/test_core.cpp                     MatType(CV_64FC1)),
MatType           249 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(Flip, cv::cuda::DeviceInfo, cv::Size, MatType, FlipCode, UseRoi)
MatType           285 modules/cudaarithm/test/test_core.cpp     testing::Values(MatType(CV_8UC1),
MatType           286 modules/cudaarithm/test/test_core.cpp                     MatType(CV_8UC3),
MatType           287 modules/cudaarithm/test/test_core.cpp                     MatType(CV_8UC4),
MatType           288 modules/cudaarithm/test/test_core.cpp                     MatType(CV_16UC1),
MatType           289 modules/cudaarithm/test/test_core.cpp                     MatType(CV_16UC3),
MatType           290 modules/cudaarithm/test/test_core.cpp                     MatType(CV_16UC4),
MatType           291 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32SC1),
MatType           292 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32SC3),
MatType           293 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32SC4),
MatType           294 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32FC1),
MatType           295 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32FC3),
MatType           296 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32FC4)),
MatType           303 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(LUT, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
MatType           356 modules/cudaarithm/test/test_core.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3)),
MatType           367 modules/cudaarithm/test/test_core.cpp PARAM_TEST_CASE(CopyMakeBorder, cv::cuda::DeviceInfo, cv::Size, MatType, Border, BorderType, UseRoi)
MatType           406 modules/cudaarithm/test/test_core.cpp     testing::Values(MatType(CV_8UC1),
MatType           407 modules/cudaarithm/test/test_core.cpp                     MatType(CV_8UC3),
MatType           408 modules/cudaarithm/test/test_core.cpp                     MatType(CV_8UC4),
MatType           409 modules/cudaarithm/test/test_core.cpp                     MatType(CV_16UC1),
MatType           410 modules/cudaarithm/test/test_core.cpp                     MatType(CV_16UC3),
MatType           411 modules/cudaarithm/test/test_core.cpp                     MatType(CV_16UC4),
MatType           412 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32FC1),
MatType           413 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32FC3),
MatType           414 modules/cudaarithm/test/test_core.cpp                     MatType(CV_32FC4)),
MatType          1940 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Compare_Scalar, cv::cuda::DeviceInfo, cv::Size, MatType, CmpCode, UseRoi)
MatType          2008 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Bitwise_Array, cv::cuda::DeviceInfo, cv::Size, MatType)
MatType          2535 modules/cudaarithm/test/test_element_operations.cpp PARAM_TEST_CASE(Threshold, cv::cuda::DeviceInfo, cv::Size, MatType, ThreshOp, UseRoi)
MatType          2573 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_16SC1), MatType(CV_32FC1)),
MatType            55 modules/cudaarithm/test/test_gpumat.cpp PARAM_TEST_CASE(GpuMat_SetTo, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
MatType           171 modules/cudaarithm/test/test_gpumat.cpp PARAM_TEST_CASE(GpuMat_CopyTo, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
MatType            56 modules/cudaarithm/test/test_opengl.cpp PARAM_TEST_CASE(Buffer, cv::Size, MatType)
MatType           280 modules/cudaarithm/test/test_opengl.cpp PARAM_TEST_CASE(Texture2D, cv::Size, MatType)
MatType           259 modules/cudaarithm/test/test_reductions.cpp PARAM_TEST_CASE(Sum, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
MatType            52 modules/cudafilters/perf/perf_filters.cpp DEF_PARAM_TEST(Sz_Type_KernelSz, cv::Size, MatType, int);
MatType           343 modules/cudafilters/perf/perf_filters.cpp DEF_PARAM_TEST(Sz_Type_Op, cv::Size, MatType, MorphOp);
MatType            73 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Blur, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, Anchor, BorderType, UseRoi)
MatType           115 modules/cudafilters/test/test_filters.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC4)),
MatType           124 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Filter2D, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, Anchor, BorderType, UseRoi)
MatType           167 modules/cudafilters/test/test_filters.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC4)),
MatType           176 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Laplacian, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, UseRoi)
MatType           214 modules/cudafilters/test/test_filters.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC4), MatType(CV_32FC1)),
MatType           495 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Erode, cv::cuda::DeviceInfo, cv::Size, MatType, Anchor, Iterations, UseRoi)
MatType           538 modules/cudafilters/test/test_filters.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC4)),
MatType           546 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(Dilate, cv::cuda::DeviceInfo, cv::Size, MatType, Anchor, Iterations, UseRoi)
MatType           589 modules/cudafilters/test/test_filters.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC4)),
MatType           599 modules/cudafilters/test/test_filters.cpp PARAM_TEST_CASE(MorphEx, cv::cuda::DeviceInfo, cv::Size, MatType, MorphOp, Anchor, Iterations, UseRoi)
MatType           644 modules/cudafilters/test/test_filters.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC4)),
MatType           223 modules/cudaimgproc/perf/perf_color.cpp DEF_PARAM_TEST(Sz_Type_Op, cv::Size, MatType, AlphaOp);
MatType            52 modules/cudaimgproc/perf/perf_corners.cpp DEF_PARAM_TEST(Image_Type_Border_BlockSz_ApertureSz, string, MatType, BorderMode, int, int);
MatType            52 modules/cudaimgproc/test/test_bilateral_filter.cpp PARAM_TEST_CASE(BilateralFilter, cv::cuda::DeviceInfo, cv::Size, MatType)
MatType            93 modules/cudaimgproc/test/test_bilateral_filter.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_32FC1), MatType(CV_32FC3))
MatType            79 modules/cudaimgproc/test/test_blend.cpp PARAM_TEST_CASE(Blend, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
MatType           121 modules/cudaimgproc/test/test_blend.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType            58 modules/cudaimgproc/test/test_corners.cpp PARAM_TEST_CASE(CornerHarris, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize)
MatType            98 modules/cudaimgproc/test/test_corners.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_32FC1)),
MatType           106 modules/cudaimgproc/test/test_corners.cpp PARAM_TEST_CASE(CornerMinEigen, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize)
MatType           144 modules/cudaimgproc/test/test_corners.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_32FC1)),
MatType           129 modules/cudalegacy/test/test_calib3d.cpp     ASSERT_EQ(MatType(CV_32FC2), MatType(dst.type()));
MatType            52 modules/cudawarping/test/test_pyramids.cpp PARAM_TEST_CASE(PyrDown, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
MatType            86 modules/cudawarping/test/test_pyramids.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType            92 modules/cudawarping/test/test_pyramids.cpp PARAM_TEST_CASE(PyrUp, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi)
MatType           126 modules/cudawarping/test/test_pyramids.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType           115 modules/cudawarping/test/test_remap.cpp PARAM_TEST_CASE(Remap, cv::cuda::DeviceInfo, cv::Size, MatType, Interpolation, BorderType, UseRoi)
MatType           175 modules/cudawarping/test/test_remap.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType           120 modules/cudawarping/test/test_resize.cpp PARAM_TEST_CASE(Resize, cv::cuda::DeviceInfo, cv::Size, MatType, double, Interpolation, UseRoi)
MatType           158 modules/cudawarping/test/test_resize.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType           165 modules/cudawarping/test/test_resize.cpp PARAM_TEST_CASE(ResizeSameAsHost, cv::cuda::DeviceInfo, cv::Size, MatType, double, Interpolation, UseRoi)
MatType           204 modules/cudawarping/test/test_resize.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType           183 modules/cudawarping/test/test_warp_affine.cpp PARAM_TEST_CASE(WarpAffine, cv::cuda::DeviceInfo, cv::Size, MatType, Inverse, Interpolation, BorderType, UseRoi)
MatType           228 modules/cudawarping/test/test_warp_affine.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType           237 modules/cudawarping/test/test_warp_affine.cpp PARAM_TEST_CASE(WarpAffineNPP, cv::cuda::DeviceInfo, MatType, Inverse, Interpolation)
MatType           276 modules/cudawarping/test/test_warp_affine.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType           186 modules/cudawarping/test/test_warp_perspective.cpp PARAM_TEST_CASE(WarpPerspective, cv::cuda::DeviceInfo, cv::Size, MatType, Inverse, Interpolation, BorderType, UseRoi)
MatType           231 modules/cudawarping/test/test_warp_perspective.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_16UC1), MatType(CV_16UC3), MatType(CV_16UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType           240 modules/cudawarping/test/test_warp_perspective.cpp PARAM_TEST_CASE(WarpPerspectiveNPP, cv::cuda::DeviceInfo, MatType, Inverse, Interpolation)
MatType           279 modules/cudawarping/test/test_warp_perspective.cpp     testing::Values(MatType(CV_8UC1), MatType(CV_8UC3), MatType(CV_8UC4), MatType(CV_32FC1), MatType(CV_32FC3), MatType(CV_32FC4)),
MatType            58 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp OCL_PERF_TEST_P(BruteForceMatcherFixture, Match, ::testing::Combine(OCL_PERF_ENUM(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3), OCL_PERF_ENUM((MatType)CV_32FC1) ) )
MatType            79 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp OCL_PERF_TEST_P(BruteForceMatcherFixture, KnnMatch, ::testing::Combine(OCL_PERF_ENUM(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3), OCL_PERF_ENUM((MatType)CV_32FC1) ) )
MatType           103 modules/features2d/perf/opencl/perf_brute_force_matcher.cpp OCL_PERF_TEST_P(BruteForceMatcherFixture, RadiusMatch, ::testing::Combine(OCL_PERF_ENUM(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3), OCL_PERF_ENUM((MatType)CV_32FC1) ) )
MatType            11 modules/features2d/perf/perf_batchDistance.cpp typedef std::tr1::tuple<NormType, MatType, bool> Norm_Destination_CrossCheck_t;
MatType            25 modules/imgproc/perf/opencl/perf_3vs4.cpp typedef tuple <Size, MatType, Modes> _3vs4Params;
MatType           175 modules/imgproc/perf/opencl/perf_filters.cpp typedef tuple<Size, MatType, MorphOp, int> MorphologyExParams;
MatType           130 modules/imgproc/perf/opencl/perf_imgproc.cpp typedef tuple<Size, MatType, Border> CopyMakeBorderParamType;
MatType           258 modules/imgproc/perf/opencl/perf_imgproc.cpp typedef tuple<Size, MatType, ThreshType> ThreshParams;
MatType            59 modules/imgproc/perf/opencl/perf_imgwarp.cpp typedef tuple<Size, MatType, InterType> WarpAffineParams;
MatType            12 modules/imgproc/perf/opencl/perf_matchTemplate.cpp typedef std::tr1::tuple<Size, Size, MethodType, MatType> ImgSize_TmplSize_Method_MatType_t;
MatType            40 modules/imgproc/perf/perf_blur.cpp typedef std::tr1::tuple<Size, MatType, BorderType3x3> Size_MatType_BorderType3x3_t;
MatType            10 modules/imgproc/perf/perf_histogram.cpp typedef tr1::tuple<Size, MatType> Size_Source_t;
MatType            23 modules/imgproc/perf/perf_histogram.cpp     MatType type = get<1>(GetParam());
MatType            52 modules/imgproc/perf/perf_histogram.cpp     MatType type = get<1>(GetParam());
MatType            80 modules/imgproc/perf/perf_histogram.cpp     MatType type = get<1>(GetParam());
MatType            12 modules/imgproc/perf/perf_remap.cpp typedef TestBaseWithParam< tr1::tuple<Size, MatType, MatType, InterType> > TestRemap;
MatType            17 modules/imgproc/perf/perf_sepfilters.cpp typedef std::tr1::tuple<Size, MatType, std::tr1::tuple<int, int>, BorderType3x3> Size_MatType_dx_dy_Border3x3_t;
MatType            11 modules/imgproc/perf/perf_threshold.cpp typedef std::tr1::tuple<Size, MatType, ThreshType> Size_MatType_ThreshType_t;
MatType            18 modules/imgproc/perf/perf_warp.cpp typedef TestBaseWithParam< tr1::tuple<Size, InterType, BorderMode, MatType> > TestWarpPerspectiveNear_t;
MatType            60 modules/imgproc/test/ocl/test_filters.cpp PARAM_TEST_CASE(FilterTestBase, MatType,
MatType           279 modules/imgproc/test/ocl/test_filters.cpp PARAM_TEST_CASE(MorphologyEx, MatType,
MatType            65 modules/imgproc/test/ocl/test_imgproc.cpp PARAM_TEST_CASE(ImgprocTestBase, MatType,
MatType           440 modules/imgproc/test/ocl/test_imgproc.cpp                             Values((MatType)CV_8UC1),
MatType           446 modules/imgproc/test/ocl/test_imgproc.cpp                             Values((MatType)CV_8UC1, (MatType)CV_32FC1),
MatType           453 modules/imgproc/test/ocl/test_imgproc.cpp                             Values((MatType)CV_8UC1, CV_32FC1),
MatType           460 modules/imgproc/test/ocl/test_imgproc.cpp                             Values((MatType)CV_8UC1, CV_32FC1),
MatType           467 modules/imgproc/test/ocl/test_imgproc.cpp                             Values((MatType)CV_8UC1), // TODO does not work with CV_32F, CV_64F
MatType            70 modules/imgproc/test/ocl/test_warp.cpp PARAM_TEST_CASE(WarpTestBase, MatType, Interpolation, bool, bool)
MatType           168 modules/imgproc/test/ocl/test_warp.cpp PARAM_TEST_CASE(Resize, MatType, double, double, Interpolation, bool, int)
MatType           239 modules/imgproc/test/ocl/test_warp.cpp PARAM_TEST_CASE(Remap, MatDepth, Channels, std::pair<MatType, MatType>, BorderType, bool)
MatType           359 modules/imgproc/test/ocl/test_warp.cpp                             Values((MatType)CV_8UC1, CV_8UC4, CV_32FC1, CV_32FC4),
MatType           369 modules/imgproc/test/ocl/test_warp.cpp                             Values(std::pair<MatType, MatType>((MatType)CV_32FC1, (MatType)CV_32FC1),
MatType           370 modules/imgproc/test/ocl/test_warp.cpp                                    std::pair<MatType, MatType>((MatType)CV_16SC2, (MatType)CV_16UC1),
MatType           371 modules/imgproc/test/ocl/test_warp.cpp                                    std::pair<MatType, MatType>((MatType)CV_32FC2, noType)),
MatType           382 modules/imgproc/test/ocl/test_warp.cpp                             Values(std::pair<MatType, MatType>((MatType)CV_32FC1, (MatType)CV_32FC1),
MatType           383 modules/imgproc/test/ocl/test_warp.cpp                                    std::pair<MatType, MatType>((MatType)CV_32FC2, noType),
MatType           384 modules/imgproc/test/ocl/test_warp.cpp                                    std::pair<MatType, MatType>((MatType)CV_16SC2, (MatType)CV_16UC1),
MatType           385 modules/imgproc/test/ocl/test_warp.cpp                                    std::pair<MatType, MatType>((MatType)CV_16SC2, noType)),
MatType            62 modules/objdetect/test/opencl/test_hogdetector.cpp PARAM_TEST_CASE(HOG, Size, MatType)
MatType           118 modules/objdetect/test/opencl/test_hogdetector.cpp                             testing::Values( MatType(CV_8UC1) ) ) );
MatType           122 modules/superres/perf/perf_superres.cpp                     Values(MatType(CV_8UC1), MatType(CV_8UC3))))
MatType           184 modules/superres/perf/perf_superres.cpp                     Values(MatType(CV_8UC1), MatType(CV_8UC3))))
MatType           250 modules/ts/include/opencv2/ts/cuda_test.hpp     using perf::MatType;
MatType           253 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS std::vector<MatType> types(int depth_start, int depth_end, int cn_start, int cn_end);
MatType           256 modules/ts/include/opencv2/ts/cuda_test.hpp     CV_EXPORTS const std::vector<MatType>& all_types();
MatType           191 modules/ts/include/opencv2/ts/ocl_test.hpp using perf::MatType;
MatType           477 modules/ts/include/opencv2/ts/ts_perf.hpp typedef std::tr1::tuple<cv::Size, MatType> Size_MatType_t;
MatType           486 modules/ts/include/opencv2/ts/ts_perf.hpp CV_EXPORTS void PrintTo(const MatType& t, std::ostream* os);
MatType           333 modules/ts/src/cuda_test.cpp                                       << expr1 << "\" [" << PrintToString(MatType(m1.type())) << "] vs \""
MatType           334 modules/ts/src/cuda_test.cpp                                       << expr2 << "\" [" << PrintToString(MatType(m2.type())) << "]";
MatType           367 modules/ts/src/cuda_test.cpp     vector<MatType> types(int depth_start, int depth_end, int cn_start, int cn_end)
MatType           369 modules/ts/src/cuda_test.cpp         vector<MatType> v;
MatType           377 modules/ts/src/cuda_test.cpp                 v.push_back(MatType(CV_MAKE_TYPE(depth, cn)));
MatType           384 modules/ts/src/cuda_test.cpp     const vector<MatType>& all_types()
MatType           386 modules/ts/src/cuda_test.cpp         static vector<MatType> v = types(CV_8U, CV_64F, 1, 4);
MatType          1889 modules/ts/src/ts_perf.cpp void PrintTo(const MatType& t, ::std::ostream* os)