Searched defs:bot_config (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_test_expectations_parser_unittest.cc17 const GPUTestBotConfig& bot_config() const { function in class:gpu::GPUTestExpectationsParserTest
45 parser.GetTestExpectation("some_test", bot_config()));
56 parser.GetTestExpectation("MyTest", bot_config()));
67 parser.GetTestExpectation("MyTest", bot_config()));
78 parser.GetTestExpectation("MyTest", bot_config()));
89 parser.GetTestExpectation("MyTest", bot_config()));
107 parser.GetTestExpectation("MyTest", bot_config()));
133 parser.GetTestExpectation("MyTest", bot_config()));
228 parser.GetTestExpectation("MyTest", bot_config()));
239 parser.GetTestExpectation("MyTest0", bot_config()));
[all...]
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc42 gpu::GPUTestBotConfig bot_config; local
43 if (!bot_config.LoadCurrentConfig(NULL)) {
47 if (!bot_config.IsValid()) {
55 test_expectations.GetTestExpectation(test_name, bot_config);

Completed in 94 milliseconds