Searched refs:ExcludedConfig (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigList.hpp | 79 struct ExcludedConfig struct 81 …ExcludedConfig(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;
|
D | glcConfigListCase.cpp | 143 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin(); in iterate() 154 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin(); in iterate()
|
D | glcConfigListWGL.cpp | 76 ExcludedConfig(CONFIGTYPE_WGL, pixelFormat, EXCLUDEREASON_NOT_COMPATIBLE)); in getDefaultWglConfigList()
|
D | glcConfigListEGL.cpp | 147 ExcludedConfig(CONFIGTYPE_EGL, id, in getDefaultEglConfigList()
|