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

/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp237 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) function in namespace:deqp::gles3::Functional
258 if (!requiredExts.empty() && !isAnyExtensionSupported(m_context, requiredExts))
H A Des3fFboRenderTest.cpp205 static bool isAnyExtensionSupported (sglr::Context& context, const std::vector<std::string>& requiredExts) function in namespace:deqp::gles3::Functional
240 if (!isAnyExtensionSupported(context, requiredExts))
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp242 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) function in namespace:deqp::gles31::Functional
263 if (!requiredExts.empty() && !isAnyExtensionSupported(m_context, requiredExts))

Completed in 67 milliseconds