Home
last modified time | relevance | path

Searched refs:excludedConfigs (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListCase.cpp143 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin(); in iterate()
144 cfgIter != configs.excludedConfigs.end(); cfgIter++) in iterate()
154 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin(); in iterate()
155 cfgIter != configs.excludedConfigs.end(); cfgIter++) in iterate()
DglcConfigList.hpp145 std::vector<ExcludedConfig> excludedConfigs; member in glcts::ConfigList
DglcConfigListWGL.cpp90 configList.excludedConfigs.push_back( in getDefaultWglConfigList()
DglcConfigListEGL.cpp146 configList.excludedConfigs.push_back( in getDefaultEglConfigList()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp775 (int)configList.excludedConfigs.size()); in init()