Searched refs:LoadTestExpectations (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_test_expectations_parser_unittest.cc42 EXPECT_TRUE(parser.LoadTestExpectations(text));
53 EXPECT_TRUE(parser.LoadTestExpectations(text));
64 EXPECT_TRUE(parser.LoadTestExpectations(text));
75 EXPECT_TRUE(parser.LoadTestExpectations(text));
86 EXPECT_TRUE(parser.LoadTestExpectations(text));
100 EXPECT_TRUE(parser.LoadTestExpectations(text));
115 EXPECT_FALSE(parser.LoadTestExpectations(text));
126 EXPECT_TRUE(parser.LoadTestExpectations(text));
141 EXPECT_FALSE(parser.LoadTestExpectations(text));
150 EXPECT_FALSE(parser.LoadTestExpectations(tex
[all...]
H A Dgpu_test_expectations_parser.h34 bool LoadTestExpectations(const std::string& data);
35 bool LoadTestExpectations(const base::FilePath& path);
37 // Query error messages from the last LoadTestExpectations() call.
H A Dgpu_test_expectations_parser.cc171 bool GPUTestExpectationsParser::LoadTestExpectations(const std::string& data) { function in class:gpu::GPUTestExpectationsParser
190 bool GPUTestExpectationsParser::LoadTestExpectations( function in class:gpu::GPUTestExpectationsParser
200 return LoadTestExpectations(data);
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc38 if (!test_expectations.LoadTestExpectations(test_expectations_path)) {

Completed in 641 milliseconds