Home
last modified time | relevance | path

Searched refs:isAnyExtensionSupported (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp249 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported() function
270 if (!requiredExts.empty() && !isAnyExtensionSupported(m_context, requiredExts)) in checkFormatSupport()
H A Des3fFboRenderTest.cpp207 static bool isAnyExtensionSupported (sglr::Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported() function
242 if (!isAnyExtensionSupported(context, requiredExts)) in checkColorFormatSupport()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp269 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported() function
290 if (!requiredExts.empty() && !isAnyExtensionSupported(m_context, requiredExts)) in checkFormatSupport()
H A Des31fShaderFramebufferFetchTests.cpp175 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported() function
246 if (!requiredExts.empty() && !isAnyExtensionSupported(context, requiredExts)) in checkFormatSupport()

Completed in 7 milliseconds