HomeSort by relevance Sort by last modified time
    Searched refs:LoadTestExpectations (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/config/
gpu_test_expectations_parser_unittest.cc 42 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(text))
    [all...]
gpu_test_expectations_parser.h 34 bool LoadTestExpectations(const std::string& data);
35 bool LoadTestExpectations(const base::FilePath& path);
37 // Query error messages from the last LoadTestExpectations() call.
gpu_test_expectations_parser.cc 171 bool GPUTestExpectationsParser::LoadTestExpectations(const std::string& data) {
190 bool GPUTestExpectationsParser::LoadTestExpectations(
200 return LoadTestExpectations(data);
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.cc 38 if (!test_expectations.LoadTestExpectations(test_expectations_path)) {

Completed in 1759 milliseconds