Home
last modified time | relevance | path

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

/external/chromium_org/gpu/config/
Dgpu_test_expectations_parser_unittest.cc41 GPUTestExpectationsParser parser; in TEST_F()
44 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestPass, in TEST_F()
52 GPUTestExpectationsParser parser; in TEST_F()
55 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestFail, in TEST_F()
63 GPUTestExpectationsParser parser; in TEST_F()
66 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestTimeout, in TEST_F()
74 GPUTestExpectationsParser parser; in TEST_F()
77 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestPass, in TEST_F()
85 GPUTestExpectationsParser parser; in TEST_F()
88 EXPECT_EQ(GPUTestExpectationsParser::kGpuTestPass, in TEST_F()
[all …]
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() { in GPUTestExpectationsParser() function in gpu::GPUTestExpectationsParser
168 GPUTestExpectationsParser::~GPUTestExpectationsParser() { in ~GPUTestExpectationsParser()
171 bool GPUTestExpectationsParser::LoadTestExpectations(const std::string& data) { in LoadTestExpectations()
190 bool GPUTestExpectationsParser::LoadTestExpectations( in LoadTestExpectations()
203 int32 GPUTestExpectationsParser::GetTestExpectation( in GetTestExpectation()
[all …]
Dgpu_test_expectations_parser.h18 class GPU_EXPORT GPUTestExpectationsParser {
28 GPUTestExpectationsParser();
29 ~GPUTestExpectationsParser();
Dgpu_test_config.cc224 GPUTestExpectationsParser parser; in Matches()
/external/chromium_org/gpu/gles2_conform_support/
Dgles2_conform_test.cc37 gpu::GPUTestExpectationsParser test_expectations; in RunGLES2ConformTest()
56 if (expectation != gpu::GPUTestExpectationsParser::kGpuTestPass) { in RunGLES2ConformTest()