OCL_ALL_CHANNELS 1812 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Lut, Combine(::testing::Values(CV_8U, CV_8S), OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool(), Bool())); OCL_ALL_CHANNELS 1813 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Add, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1814 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Subtract, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1815 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Mul, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1816 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Div, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1817 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Min, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1818 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Max, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1819 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Absdiff, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1820 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, CartToPolar, Combine(testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1821 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, PolarToCart, Combine(testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1822 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Transpose, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1823 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Bitwise_and, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1824 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Bitwise_not, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1825 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Bitwise_xor, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1826 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Bitwise_or, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1827 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Pow, Combine(testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1828 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Compare, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1829 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, AddWeighted, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1830 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, SetIdentity, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1831 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Repeat, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1833 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Sum, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1834 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, MeanStdDev, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1835 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Log, Combine(::testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1836 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Exp, Combine(::testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1837 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Phase, Combine(::testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1838 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Magnitude, Combine(::testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1839 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Flip, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1840 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, MinMaxIdx, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1842 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Norm, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1843 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, Sqrt, Combine(::testing::Values(CV_32F, CV_64F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1845 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, InRange, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool(), Bool())); OCL_ALL_CHANNELS 1846 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, ConvertScaleAbs, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1847 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, ScaleAdd, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1848 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, PatchNaNs, Combine(OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 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())); OCL_ALL_CHANNELS 1850 modules/core/test/ocl/test_arithm.cpp OCL_INSTANTIATE_TEST_CASE_P(Arithm, UMatDot, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 1862 modules/core/test/ocl/test_arithm.cpp OCL_ALL_CHANNELS, testing::Values(0, 1), Bool())); OCL_ALL_CHANNELS 1873 modules/core/test/ocl/test_arithm.cpp OCL_ALL_CHANNELS, testing::Values(0, 1), Bool())); OCL_ALL_CHANNELS 1879 modules/core/test/ocl/test_arithm.cpp OCL_ALL_CHANNELS, testing::Values(0, 1), Bool())); OCL_ALL_CHANNELS 1885 modules/core/test/ocl/test_arithm.cpp OCL_ALL_CHANNELS, testing::Values(0, 1), Bool())); OCL_ALL_CHANNELS 462 modules/core/test/ocl/test_channels.cpp OCL_INSTANTIATE_TEST_CASE_P(Channels, Split, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 464 modules/core/test/ocl/test_channels.cpp OCL_INSTANTIATE_TEST_CASE_P(Channels, InsertChannel, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 465 modules/core/test/ocl/test_channels.cpp OCL_INSTANTIATE_TEST_CASE_P(Channels, ExtractChannel, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 81 modules/core/test/ocl/test_matrix_expr.cpp OCL_INSTANTIATE_TEST_CASE_P(MatrixOperation, UMatExpr, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS)); OCL_ALL_CHANNELS 200 modules/core/test/ocl/test_matrix_operation.cpp OCL_ALL_DEPTHS, OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 203 modules/core/test/ocl/test_matrix_operation.cpp OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool(), Bool())); OCL_ALL_CHANNELS 206 modules/core/test/ocl/test_matrix_operation.cpp OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, Bool(), Bool())); OCL_ALL_CHANNELS 351 modules/core/test/test_umat.cpp INSTANTIATE_TEST_CASE_P(UMat, UMatTestReshape, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, UMAT_TEST_SIZES, Bool() )); OCL_ALL_CHANNELS 426 modules/core/test/test_umat.cpp INSTANTIATE_TEST_CASE_P(UMat, UMatTestRoi, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, UMAT_TEST_SIZES )); OCL_ALL_CHANNELS 475 modules/core/test/test_umat.cpp INSTANTIATE_TEST_CASE_P(UMat, UMatTestSizeOperations, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, UMAT_TEST_SIZES, Bool() )); OCL_ALL_CHANNELS 523 modules/core/test/test_umat.cpp INSTANTIATE_TEST_CASE_P(UMat, UMatTestUMatOperations, Combine(OCL_ALL_DEPTHS, OCL_ALL_CHANNELS, UMAT_TEST_SIZES, Bool())); OCL_ALL_CHANNELS 233 modules/imgproc/test/ocl/test_accumulate.cpp OCL_INSTANTIATE_TEST_CASE_P(ImgProc, Accumulate, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 234 modules/imgproc/test/ocl/test_accumulate.cpp OCL_INSTANTIATE_TEST_CASE_P(ImgProc, AccumulateSquare, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 235 modules/imgproc/test/ocl/test_accumulate.cpp OCL_INSTANTIATE_TEST_CASE_P(ImgProc, AccumulateProduct, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 236 modules/imgproc/test/ocl/test_accumulate.cpp OCL_INSTANTIATE_TEST_CASE_P(ImgProc, AccumulateWeighted, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 124 modules/imgproc/test/ocl/test_blend.cpp OCL_INSTANTIATE_TEST_CASE_P(ImgProc, BlendLinear, Combine(testing::Values(CV_8U, CV_32F), OCL_ALL_CHANNELS, Bool())); OCL_ALL_CHANNELS 136 modules/imgproc/test/ocl/test_boxfilter.cpp OCL_ALL_CHANNELS, OCL_ALL_CHANNELS 149 modules/imgproc/test/ocl/test_boxfilter.cpp OCL_ALL_CHANNELS, OCL_ALL_CHANNELS 127 modules/imgproc/test/ocl/test_filter2d.cpp OCL_ALL_CHANNELS, OCL_ALL_CHANNELS 105 modules/imgproc/test/ocl/test_medianfilter.cpp OCL_ALL_CHANNELS, OCL_ALL_CHANNELS 125 modules/imgproc/test/ocl/test_sepfilter2D.cpp OCL_ALL_CHANNELS,