Searched defs:isFormatSupported (Results 1 - 13 of 13) sorted by relevance

/external/opencv3/modules/core/test/ocl/
H A Dtest_image2d.cpp49 bool isFormatSupported = false, canCreateAlias = false; local
51 EXPECT_NO_THROW(isFormatSupported = cv::ocl::Image2D::isFormatSupported(CV_8U, 1, false));
54 if (isFormatSupported && canCreateAlias)
72 bool isFormatSupported = false; local
78 EXPECT_NO_THROW(isFormatSupported = cv::ocl::Image2D::isFormatSupported(CV_8U, 1, true));
80 if (isFormatSupported)
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_base.cpp94 bool BaseImageEncoder::isFormatSupported( int depth ) const function in class:cv::BaseImageEncoder
H A Dgrfmt_hdr.cpp160 bool HdrEncoder::isFormatSupported( int depth ) const { function in class:cv::HdrEncoder
H A Dgrfmt_exr.cpp571 bool ExrEncoder::isFormatSupported( int depth ) const function in class:cv::ExrEncoder
H A Dgrfmt_png.cpp313 bool PngEncoder::isFormatSupported( int depth ) const function in class:cv::PngEncoder
H A Dgrfmt_pxm.cpp364 bool PxMEncoder::isFormatSupported( int depth ) const function in class:cv::PxMEncoder
H A Dgrfmt_jpeg2000.cpp432 bool Jpeg2KEncoder::isFormatSupported( int depth ) const function in class:cv::Jpeg2KEncoder
H A Dgrfmt_tiff.cpp486 bool TiffEncoder::isFormatSupported( int depth ) const function in class:cv::TiffEncoder
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp268 static bool isFormatSupported (const TextureFormat& format) function in namespace:tcu
278 if (!isFormatSupported(ref.getFormat()) || !isFormatSupported(cmp.getFormat()))
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp1106 bool isFormatSupported (const glw::GLenum format) const;
1147 bool ProgramBinaryCase::isFormatSupported (const glw::GLenum format) const function in class:deqp::gles3::Functional::ProgramBinaryCase
1183 if (!isFormatSupported(binary.format))
/external/opencv3/modules/core/src/
H A Docl.cpp5559 static bool isFormatSupported(cl_image_format format) function in struct:cv::ocl::Image2D::Impl
5597 if (!isFormatSupported(format))
5704 bool Image2D::isFormatSupported(int depth, int cn, bool norm) function in class:cv::ocl::Image2D
5708 return Impl::isFormatSupported(format);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 707 milliseconds