isFormatSupported 664 modules/core/include/opencv2/core/ocl.hpp static bool isFormatSupported(int depth, int cn, bool norm); isFormatSupported 5597 modules/core/src/ocl.cpp if (!isFormatSupported(format)) isFormatSupported 5708 modules/core/src/ocl.cpp return Impl::isFormatSupported(format); isFormatSupported 49 modules/core/test/ocl/test_image2d.cpp bool isFormatSupported = false, canCreateAlias = false; isFormatSupported 51 modules/core/test/ocl/test_image2d.cpp EXPECT_NO_THROW(isFormatSupported = cv::ocl::Image2D::isFormatSupported(CV_8U, 1, false)); isFormatSupported 54 modules/core/test/ocl/test_image2d.cpp if (isFormatSupported && canCreateAlias) isFormatSupported 72 modules/core/test/ocl/test_image2d.cpp bool isFormatSupported = false; isFormatSupported 78 modules/core/test/ocl/test_image2d.cpp EXPECT_NO_THROW(isFormatSupported = cv::ocl::Image2D::isFormatSupported(CV_8U, 1, true)); isFormatSupported 80 modules/core/test/ocl/test_image2d.cpp if (isFormatSupported) isFormatSupported 97 modules/imgcodecs/src/grfmt_base.hpp virtual bool isFormatSupported( int depth ) const; isFormatSupported 108 modules/imgcodecs/src/grfmt_exr.hpp bool isFormatSupported( int depth ) const; isFormatSupported 81 modules/imgcodecs/src/grfmt_hdr.hpp bool isFormatSupported( int depth ) const; isFormatSupported 82 modules/imgcodecs/src/grfmt_jpeg2000.hpp bool isFormatSupported( int depth ) const; isFormatSupported 87 modules/imgcodecs/src/grfmt_png.hpp bool isFormatSupported( int depth ) const; isFormatSupported 84 modules/imgcodecs/src/grfmt_pxm.hpp bool isFormatSupported( int depth ) const; isFormatSupported 125 modules/imgcodecs/src/grfmt_tiff.hpp bool isFormatSupported( int depth ) const; isFormatSupported 440 modules/imgcodecs/src/loadsave.cpp if( !encoder->isFormatSupported(image.depth()) ) isFormatSupported 442 modules/imgcodecs/src/loadsave.cpp CV_Assert( encoder->isFormatSupported(CV_8U) ); isFormatSupported 580 modules/imgcodecs/src/loadsave.cpp if( !encoder->isFormatSupported(image.depth()) ) isFormatSupported 582 modules/imgcodecs/src/loadsave.cpp CV_Assert( encoder->isFormatSupported(CV_8U) ); isFormatSupported 2915 modules/imgproc/src/imgwarp.cpp ocl::Image2D::isFormatSupported(depth, cn, true) && isFormatSupported 1097 modules/video/src/lkpyramid.cpp ocl::Image2D::isFormatSupported(CV_32F, 1, false); isFormatSupported 376 modules/video/src/tvl1flow.cpp ocl::Image2D::isFormatSupported(CV_32F, 1, false),