Searched refs:InternalFormatsMap (Results 1 – 2 of 2) sorted by relevance
145 typedef std::map<glw::GLint, glw::GLuint> InternalFormatsMap; typedef in glcts::TextureBufferParameters148 InternalFormatsMap m_internal_formats; /* Maps internal format to texel size for that format */
163 …for (InternalFormatsMap::iterator iter = m_internal_formats.begin(); iter != m_internal_formats.en… in iterate()