Home
last modified time | relevance | path

Searched refs:allowedExtensions (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcExposedExtensionsTests.cpp161 std::vector<std::string> allowedExtensions(1, "GL_OES_EGL_image"); in init() local
162 addChild(new glcts::ExposedExtensionsTest(getContext(), "OES", &allowedExtensions)); in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp5513 void checkExtensions (tcu::ResultCollector& results, const set<string>& allowedExtensions, const ve… in checkExtensions() argument
5521 if (mustBeKnown && !de::contains(allowedExtensions, extensionName)) in checkExtensions()