HomeSort by relevance Sort by last modified time
    Searched refs:ExcludedConfig (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcConfigList.hpp 79 struct ExcludedConfig
81 ExcludedConfig(ConfigType type_, int id_, ExcludeReason reason_) : type(type_), id(id_), reason(reason_)
85 ExcludedConfig(void) : type(CONFIGTYPE_LAST), id(0), reason(EXCLUDEREASON_LAST)
145 std::vector<ExcludedConfig> excludedConfigs;
glcConfigListCase.cpp 143 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin();
154 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin();
glcConfigListWGL.cpp 76 ExcludedConfig(CONFIGTYPE_WGL, pixelFormat, EXCLUDEREASON_NOT_COMPATIBLE));
glcConfigListEGL.cpp 147 ExcludedConfig(CONFIGTYPE_EGL, id,

Completed in 149 milliseconds