Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp254 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported() function
275 if (!requiredExts.empty() && !isAnyExtensionSupported(m_context, requiredExts)) in checkFormatSupport()
Des31fShaderFramebufferFetchTests.cpp175 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported() function
245 if (!requiredExts.empty() && !isAnyExtensionSupported(context, requiredExts)) in checkFormatSupport()
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp247 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported() function
268 if (!requiredExts.empty() && !isAnyExtensionSupported(m_context, requiredExts)) in checkFormatSupport()
Des3fFboRenderTest.cpp205 static bool isAnyExtensionSupported (sglr::Context& context, const std::vector<std::string>& requir… in isAnyExtensionSupported() function
240 if (!isAnyExtensionSupported(context, requiredExts)) in checkColorFormatSupport()