Lines Matching refs:set
37 #include <set>
138 typedef std::set<ImageFormat> Formats;
144 void addExtensionFormat (ImageFormat format, FormatFlags flags, const std::set<std::string>& requiredExtensions);
149 std::set<std::set<std::string> > getFormatFeatureExtensions (ImageFormat format, FormatFlags requirements) const;
155 std::set<std::string> requiredExtensions;
161 typedef std::map<ImageFormat, std::set<ExtensionInfo> > FormatExtensionMap;
350 typedef std::set<config::Config*> Configs;
380 std::set<std::string> rules;
383 void logRule (tcu::TestLog& log, const std::string& ruleName, const std::set<std::string>& rules) const;
424 typedef std::set<glw::GLenum> AttachmentPoints;
425 typedef std::set<ImageFormat> Formats;