Home
last modified time | relevance | path

Searched refs:getTestExpectationWithConfig (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.h53 int32_t getTestExpectationWithConfig(const GPUTestConfig &config, const std::string &testName);
DGPUTestExpectationsParser_unittest.cpp58 return parser.getTestExpectationWithConfig(config, testName); in get()
DGPUTestExpectationsParser.cpp455 int32_t GPUTestExpectationsParser::getTestExpectationWithConfig(const GPUTestConfig &config, in getTestExpectationWithConfig() function in angle::GPUTestExpectationsParser
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp1998 uint32_t expectation = mTestExpectationsParser.getTestExpectationWithConfig(config, testName); in getTestExpectationWithConfigAndUpdateTimeout()