Home
last modified time | relevance | path

Searched defs:requiredExts (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp260 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported()
276 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport() local
Des31fShaderFramebufferFetchTests.cpp175 static bool isAnyExtensionSupported (Context& context, const std::vector<std::string>& requiredExts) in isAnyExtensionSupported()
240 …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.cpp1451 vector<RequiredExtension> requiredExts; in parseShaderCase() local