Searched refs:FormatMap (Results 1 – 6 of 6) 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()
164 static sampleprof::SampleProfileFormat FormatMap[] = { variable173 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
325 static sampleprof::SampleProfileFormat FormatMap[] = { variable334 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
1603 typedef std::map<GLenum, std::string> FormatMap; in formatToString() typedef1604 static FormatMap formatMap; in formatToString()1616 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()