Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp805 typedef std::map<GLenum, TextureFormat> ReferenceFormatMap; in iterate() typedef
806 static ReferenceFormatMap formatMap; in iterate()
836 ReferenceFormatMap::iterator formatIterator = formatMap.find(m_testFormat.format); in iterate()