Home
last modified time | relevance | path

Searched refs:kGpuTestSkip (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser_unittest.cpp75 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
136 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
149 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
162 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
174 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
258 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
376 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
400 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
424 GPUTestExpectationsParser::kGpuTestSkip); in TEST_P()
DGPUTestExpectationsParser.h31 kGpuTestSkip = 1 << 4, enumerator
DGPUTestExpectationsParser.cpp199 {"skip", GPUTestConfig::kConditionNone, GPUTestExpectationsParser::kGpuTestSkip},
315 GPUTestExpectationsParser::kGpuTestSkip) in GPUTestExpectationsParser()
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_end2end_tests_main.cpp42 testSuite.setTestExpectationsAllowMask(angle::GPUTestExpectationsParser::kGpuTestSkip | in main()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp409 if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestSkip) in runTest()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp634 if (testExpectation == GPUTestExpectationsParser::kGpuTestSkip) in ANGLETestSetUp()