OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:excludedConfigs
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/openglcts/modules/common/
glcConfigListCase.cpp
141
tcu::ScopedLogSection excludedSection(log, "
ExcludedConfigs
", "Excluded configs");
143
for (vector<ExcludedConfig>::const_iterator cfgIter = configs.
excludedConfigs
.begin();
144
cfgIter != configs.
excludedConfigs
.end(); cfgIter++)
154
for (vector<ExcludedConfig>::const_iterator cfgIter = configs.
excludedConfigs
.begin();
155
cfgIter != configs.
excludedConfigs
.end(); cfgIter++)
glcConfigListWGL.cpp
75
configList.
excludedConfigs
.push_back(
glcConfigList.hpp
145
std::vector<ExcludedConfig>
excludedConfigs
;
glcConfigListEGL.cpp
146
configList.
excludedConfigs
.push_back(
/external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp
695
(int)configList.
excludedConfigs
.size());
Completed in 1165 milliseconds