Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp808 typedef std::map<GLenum, TextureFormat> ReferenceFormatMap; in iterate() typedef
809 static ReferenceFormatMap formatMap; in iterate()
838 ReferenceFormatMap::iterator formatIterator = formatMap.find(m_testFormat.format); in iterate()