Searched refs:isYUVFormatImage (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ | ||
D | teglImageUtil.hpp | 78 virtual bool isYUVFormatImage (void) const {return false;}; in isYUVFormatImage() function in deqp::egl::Image::ImageSource |
D | teglAndroidUtil.cpp | 278 bool isYUVFormatImage (void) const { return m_isY8Cb8Cr8_420; } in isYUVFormatImage() function in deqp::egl::Image::__anon8aa0a5930111::AndroidNativeImageSource |
D | teglImageFormatTests.cpp | 191 bool isYUVFormatImage (void) const { return m_imgSource->isYUVFormatImage(); } in isYUVFormatImage() function in deqp::egl::Image::GLESImageApi::Create |
D | teglImageUtil.cpp | 526 bool isYUVFormatImage (void) const {return m_isY8Cb8Cr8_420;}; in isYUVFormatImage() function in deqp::egl::Image::UnsupportedImageSource |