Searched refs:FormatSet (Results 1 – 4 of 4) sorted by relevance
101 typedef std::set<GLenum> FormatSet; typedef102 const FormatSet &GetAllSizedInternalFormats();
516 static FormatSet BuildAllSizedInternalFormatSet() in BuildAllSizedInternalFormatSet()518 FormatSet result; in BuildAllSizedInternalFormatSet()616 const FormatSet &GetAllSizedInternalFormats() in GetAllSizedInternalFormats()618 static FormatSet formatSet = BuildAllSizedInternalFormatSet(); in GetAllSizedInternalFormats()
323 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in GenerateCaps()324 …for (gl::FormatSet::const_iterator internalFormat = allFormats.begin(); internalFormat != allForma… in GenerateCaps()
860 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in GenerateCaps()861 …for (gl::FormatSet::const_iterator internalFormat = allFormats.begin(); internalFormat != allForma… in GenerateCaps()