Home
last modified time | relevance | path

Searched refs:FormatMap (Results 1 – 12 of 12) 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/fmtlib/test/
Dranges-test.cc37 TEST(RangesTest, FormatMap) { in TEST() argument
/external/angle/src/libANGLE/renderer/
DFormat.h234 using FormatMap = PackedEnumMap<FormatID, T, kNumANGLEFormats>; variable
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp164 static sampleprof::SampleProfileFormat FormatMap[] = { variable
173 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mandatory_format_support_table_autogen.cpp43 constexpr FormatMap<VkFormatProperties> kFormatProperties = {
DRendererVk.h504 mutable angle::FormatMap<VkFormatProperties> mFormatProperties;
Dvk_format_table_autogen.cpp2367 static constexpr angle::FormatMap<VkFormat> kMap = { in GetVkFormatFromFormatID()
/external/angle/src/libANGLE/
DCaps.h84 angle::FormatMap<TextureCaps> mFormatData;
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp1797 typedef std::map<GLenum, std::string> FormatMap; in formatToString() typedef
1798 static FormatMap formatMap; in formatToString()
1810 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()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp587 static sampleprof::SampleProfileFormat FormatMap[] = { variable
705 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()