Searched refs:GPUTestExpectationsParser (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/gpu/config/ |
D | gpu_test_expectations_parser_unittest.cc | 41 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 …]
|
D | gpu_test_expectations_parser.cc | 96 { "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 …]
|
D | gpu_test_expectations_parser.h | 18 class GPU_EXPORT GPUTestExpectationsParser { 28 GPUTestExpectationsParser(); 29 ~GPUTestExpectationsParser();
|
D | gpu_test_config.cc | 224 GPUTestExpectationsParser parser; in Matches()
|
/external/chromium_org/gpu/gles2_conform_support/ |
D | gles2_conform_test.cc | 37 gpu::GPUTestExpectationsParser test_expectations; in RunGLES2ConformTest() 56 if (expectation != gpu::GPUTestExpectationsParser::kGpuTestPass) { in RunGLES2ConformTest()
|