Searched refs:isYUVFormatImage (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ | ||
H A D | teglImageUtil.hpp | 78 virtual bool isYUVFormatImage (void) const {return false;}; in isYUVFormatImage() function in deqp::egl::Image::ImageSource |
H A D | teglAndroidUtil.cpp | 278 bool isYUVFormatImage (void) const { return m_isY8Cb8Cr8_420; } |
H A D | teglImageUtil.cpp | 526 bool isYUVFormatImage (void) const {return m_isY8Cb8Cr8_420;}; in isYUVFormatImage() function in deqp::egl::Image::UnsupportedImageSource |
H A D | teglImageFormatTests.cpp | 191 bool isYUVFormatImage (void) const { return m_imgSource->isYUVFormatImage(); } in isYUVFormatImage() function in deqp::egl::Image::GLESImageApi::Create 1949 bool yuvFormatTest = glesCreate->isYUVFormatImage(); 2156 if (glesCreate->isYUVFormatImage()) in isCompatibleCreateAndModifyActions() |
Completed in 6 milliseconds