Home
last modified time | relevance | path

Searched defs:ExcludedConfig (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcConfigList.hpp79 struct ExcludedConfig struct
81ExcludedConfig(ConfigType type_, int id_, ExcludeReason reason_) : type(type_), id(id_), reason(re… in ExcludedConfig() argument
85 ExcludedConfig(void) : type(CONFIGTYPE_LAST), id(0), reason(EXCLUDEREASON_LAST) in ExcludedConfig() argument
89 ConfigType type;
90 int id;
91 ExcludeReason reason;