Home
last modified time | relevance | path

Searched defs:requiredExts (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()
270 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport() local
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp247 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported()
263 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport() local
Des3fFboRenderTest.cpp205 …bool isAnyExtensionSupported (sglr::Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported()
238 const std::vector<std::string> requiredExts = getEnablingExtensions(sizedFormat); in checkColorFormatSupport() local
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp1450 vector<RequiredExtension> requiredExts; in parseShaderCase() local