Searched refs:allowedExtensions (Results 1 – 2 of 2) sorted by relevance
161 std::vector<std::string> allowedExtensions(1, "GL_OES_EGL_image"); in init() local162 addChild(new glcts::ExposedExtensionsTest(getContext(), "OES", &allowedExtensions)); in init()
5513 void checkExtensions (tcu::ResultCollector& results, const set<string>& allowedExtensions, const ve… in checkExtensions() argument5521 if (mustBeKnown && !de::contains(allowedExtensions, extensionName)) in checkExtensions()