Searched refs:GPUTestExpectationsParser (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_test_expectations_parser_unittest.cc41 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
[all...]
H A Dgpu_test_expectations_parser.h18 class GPU_EXPORT GPUTestExpectationsParser { class in namespace:gpu
28 GPUTestExpectationsParser();
29 ~GPUTestExpectationsParser();
H A Dgpu_test_expectations_parser.cc96 { "pass", GPUTestExpectationsParser::kGpuTestPass },
97 { "fail", GPUTestExpectationsParser::kGpuTestFail },
98 { "flaky", GPUTestExpectationsParser::kGpuTestFlaky },
99 { "timeout", GPUTestExpectationsParser::kGpuTestTimeout },
100 { "skip", GPUTestExpectationsParser::kGpuTestSkip },
160 GPUTestExpectationsParser::GPUTestExpectationsParser() { function in class:gpu::GPUTestExpectationsParser
168 GPUTestExpectationsParser::~GPUTestExpectationsParser() {
171 bool GPUTestExpectationsParser
[all...]
H A Dgpu_test_config.cc224 GPUTestExpectationsParser parser;
/external/chromium_org/gpu/gles2_conform_support/
H A Dgles2_conform_test.cc37 gpu::GPUTestExpectationsParser test_expectations;
56 if (expectation != gpu::GPUTestExpectationsParser::kGpuTestPass) {

Completed in 333 milliseconds