Home
last modified time | relevance | path

Searched refs:OCL_TEST_F (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/test/ocl/
Dtest_warpers.cpp85 OCL_TEST_F(SphericalWarperTest, Mat) in OCL_TEST_F() function
106 OCL_TEST_F(CylindricalWarperTest, Mat) in OCL_TEST_F() function
127 OCL_TEST_F(PlaneWarperTest, Mat) in OCL_TEST_F() function
/external/opencv3/modules/superres/test/
Dtest_superres.cpp289 OCL_TEST_F(SuperResolution, BTVL1) in OCL_TEST_F() function
/external/opencv3/modules/ts/include/opencv2/ts/
Docl_test.hpp350 #define OCL_TEST_F(name, ...) typedef name OCL_##name; TEST_F(OCL_##name, __VA_ARGS__) macro