Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp74 static bool areFormatsCompatible(glw::GLenum src, glw::GLenum dst);
368 bool Utils::areFormatsCompatible(glw::GLenum src, glw::GLenum dst) in areFormatsCompatible() function in gl4cts::CopyImage::Utils
2555 if (false == Utils::areFormatsCompatible(src_format, dst_format)) in FunctionalTest()