Searched refs:FormatMap (Results 1 – 12 of 12) sorted by relevance
160 typedef std::map<ImageFormat, FormatFlags> FormatMap; typedef in deqp::gls::FboUtil::FormatDB163 FormatMap m_formatFlags;
124 for (FormatMap::const_iterator it = m_formatFlags.begin(); it != m_formatFlags.end(); it++) in getFormats()
37 TEST(RangesTest, FormatMap) { in TEST() argument
234 using FormatMap = PackedEnumMap<FormatID, T, kNumANGLEFormats>; variable
164 static sampleprof::SampleProfileFormat FormatMap[] = { variable173 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
43 constexpr FormatMap<VkFormatProperties> kFormatProperties = {
504 mutable angle::FormatMap<VkFormatProperties> mFormatProperties;
2367 static constexpr angle::FormatMap<VkFormat> kMap = { in GetVkFormatFromFormatID()
84 angle::FormatMap<TextureCaps> mFormatData;
1797 typedef std::map<GLenum, std::string> FormatMap; in formatToString() typedef1798 static FormatMap formatMap; in formatToString()1810 FormatMap::iterator it = formatMap.find(format); in formatToString()
612 typedef std::map<GLenum, std::string> FormatMap; in getFormatStr() typedef613 static FormatMap formatMap; in getFormatStr()642 FormatMap::iterator it = formatMap.find(format); in getFormatStr()
587 static sampleprof::SampleProfileFormat FormatMap[] = { variable705 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()