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

  /external/chromium_org/gpu/config/
gpu_test_expectations_parser_unittest.cc 41 GPUTestExpectationsParser parser;
44 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestPass,
52 GPUTestExpectationsParser parser;
55 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestFail,
63 GPUTestExpectationsParser parser;
66 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestTimeout,
74 GPUTestExpectationsParser parser;
77 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestPass,
85 GPUTestExpectationsParser parser;
88 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestPass
    [all...]
gpu_test_expectations_parser.h 18 class GPU_EXPORT GPUTestExpectationsParser {
28 GPUTestExpectationsParser();
29 ~GPUTestExpectationsParser();
gpu_test_expectations_parser.cc 94 { "pass", GPUTestExpectationsParser::kGpuTestPass },
95 { "fail", GPUTestExpectationsParser::kGpuTestFail },
96 { "flaky", GPUTestExpectationsParser::kGpuTestFlaky },
97 { "timeout", GPUTestExpectationsParser::kGpuTestTimeout },
98 { "skip", GPUTestExpectationsParser::kGpuTestSkip },
158 GPUTestExpectationsParser::GPUTestExpectationsParser() {
166 GPUTestExpectationsParser::~GPUTestExpectationsParser() {
169 bool GPUTestExpectationsParser::LoadTestExpectations(const std::string& data)
    [all...]
gpu_test_config.cc 215 GPUTestExpectationsParser parser;
  /external/chromium_org/content/browser/gpu/
webgl_conformance_test.cc 65 if (expectation != gpu::GPUTestExpectationsParser::kGpuTestPass) {
83 gpu::GPUTestExpectationsParser test_expectations_;

Completed in 203 milliseconds