Home
last modified time | relevance | path

Searched refs:ExcludedConfig (Results 1 – 4 of 4) 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
145 std::vector<ExcludedConfig> excludedConfigs;
DglcConfigListCase.cpp143 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin(); in iterate()
154 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin(); in iterate()
DglcConfigListWGL.cpp76 ExcludedConfig(CONFIGTYPE_WGL, pixelFormat, EXCLUDEREASON_NOT_COMPATIBLE)); in getDefaultWglConfigList()
DglcConfigListEGL.cpp147 ExcludedConfig(CONFIGTYPE_EGL, id, in getDefaultEglConfigList()