Home
last modified time | relevance | path

Searched refs:FormatMap (Results 1 – 6 of 6) 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.cpp164 static sampleprof::SampleProfileFormat FormatMap[] = { variable
173 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp325 static sampleprof::SampleProfileFormat FormatMap[] = { variable
334 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp1603 typedef std::map<GLenum, std::string> FormatMap; in formatToString() typedef
1604 static FormatMap formatMap; in formatToString()
1616 FormatMap::iterator it = formatMap.find(format); in formatToString()
DglcPackedPixelsTests.cpp612 typedef std::map<GLenum, std::string> FormatMap; in getFormatStr() typedef
613 static FormatMap formatMap; in getFormatStr()
642 FormatMap::iterator it = formatMap.find(format); in getFormatStr()