Lines Matching refs:format
94 glw::GLenum format;
96 //! Type if format is unsized, GL_NONE if sized.
101 return (format < other.format ||
102 (format == other.format && unsizedType < other.unsizedType));
112 std::ostream& operator<< (std::ostream& stream, const ImageFormat& format);
143 void addCoreFormat (ImageFormat format, FormatFlags flags);
144 void addExtensionFormat (ImageFormat format, FormatFlags flags, const std::set<std::string>& requiredExtensions);
147 bool isKnownFormat (ImageFormat format) const;
148 FormatFlags getFormatInfo (ImageFormat format) const;
149 std::set<std::set<std::string> > getFormatFeatureExtensions (ImageFormat format, FormatFlags requirements) const;
170 // \todo [2013-12-20 lauri] It turns out that format properties in extensions
264 //! image with name `imageName` is `image`, using `vfr` to check format