Searched refs:D3D9FormatMap (Results 1 – 1 of 1) sorted by relevance
67 typedef std::map<GLenum, TextureFormat> D3D9FormatMap; typedef76 static inline void InsertD3D9FormatInfo(D3D9FormatMap *map, in InsertD3D9FormatInfo()98 static D3D9FormatMap BuildD3D9FormatMap() in BuildD3D9FormatMap()102 D3D9FormatMap map; in BuildD3D9FormatMap()178 static const angle::base::NoDestructor<D3D9FormatMap> formatMap(BuildD3D9FormatMap()); in GetTextureFormatInfo()179 D3D9FormatMap::const_iterator iter = formatMap->find(internalFormat); in GetTextureFormatInfo()