OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentConfigMatches
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/gpu/config/
gpu_test_config.h
117
static bool
CurrentConfigMatches
(const std::string& config_data);
118
static bool
CurrentConfigMatches
(const std::vector<std::string>& configs);
gpu_test_config.cc
255
bool GPUTestBotConfig::
CurrentConfigMatches
(const std::string& config_data) {
263
bool GPUTestBotConfig::
CurrentConfigMatches
(
279
if (
CurrentConfigMatches
("MAC VMWARE") && base::mac::IsOSLionOrEarlier()) {
/external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc
72
if (gpu::GPUTestBotConfig::
CurrentConfigMatches
("XP"))
104
if (gpu::GPUTestBotConfig::
CurrentConfigMatches
("XP"))
gpu_feature_browsertest.cc
320
if (gpu::GPUTestBotConfig::
CurrentConfigMatches
(configs))
329
if (gpu::GPUTestBotConfig::
CurrentConfigMatches
("MAC VMWARE"))
363
if (gpu::GPUTestBotConfig::
CurrentConfigMatches
("MAC VMWARE"))
372
if (gpu::GPUTestBotConfig::
CurrentConfigMatches
("XP"))
/external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc
561
gpu::GPUTestBotConfig::
CurrentConfigMatches
("MAC AMD"))
568
gpu::GPUTestBotConfig::
CurrentConfigMatches
("MAC AMD"))
576
gpu::GPUTestBotConfig::
CurrentConfigMatches
("MAC AMD"))
599
gpu::GPUTestBotConfig::
CurrentConfigMatches
("MAC AMD"))
Completed in 153 milliseconds