Home
last modified time | relevance | path

Searched refs:FormatMap (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsFboUtil.hpp160 typedef std::map<ImageFormat, FormatFlags> FormatMap; typedef in deqp::gls::FboUtil::FormatDB
163 FormatMap m_formatFlags;
DglsFboUtil.cpp124 for (FormatMap::const_iterator it = m_formatFlags.begin(); it != m_formatFlags.end(); it++) in getFormats()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp146 static sampleprof::SampleProfileFormat FormatMap[] = { variable
155 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()