Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListCase.cpp84 struct SurfaceBitsFmt struct
88 SurfaceBitsFmt(deUint32 bits_) : bits(bits_) in SurfaceBitsFmt() argument
93 std::ostream& operator<<(std::ostream& str, const SurfaceBitsFmt& bits) in operator <<()
136 << "): " << SurfaceBitsFmt(cfgIter->surfaceTypes) << TestLog::EndMessage; in iterate()