Home
last modified time | relevance | path

Searched refs:isYUVFormatImage (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
DteglImageUtil.hpp78 virtual bool isYUVFormatImage (void) const {return false;}; in isYUVFormatImage() function in deqp::egl::Image::ImageSource
DteglAndroidUtil.cpp278 bool isYUVFormatImage (void) const { return m_isY8Cb8Cr8_420; } in isYUVFormatImage() function in deqp::egl::Image::__anon8aa0a5930111::AndroidNativeImageSource
DteglImageFormatTests.cpp191 bool isYUVFormatImage (void) const { return m_imgSource->isYUVFormatImage(); } in isYUVFormatImage() function in deqp::egl::Image::GLESImageApi::Create
1949 bool yuvFormatTest = glesCreate->isYUVFormatImage(); in isCompatibleCreateAndRenderActions()
2156 if (glesCreate->isYUVFormatImage()) in isCompatibleCreateAndModifyActions()
DteglImageUtil.cpp526 bool isYUVFormatImage (void) const {return m_isY8Cb8Cr8_420;}; in isYUVFormatImage() function in deqp::egl::Image::UnsupportedImageSource