Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcConfigList.hpp54 enum ExcludeReason enum
81 …ExcludedConfig(ConfigType type_, int id_, ExcludeReason reason_) : type(type_), id(id_), reason(re… in ExcludedConfig()
91 ExcludeReason reason;
DglcConfigListCase.cpp50 static const char* getExcludeReasonName(ExcludeReason reason) in getExcludeReasonName()