Home
last modified time | relevance | path

Searched refs:loadTestExpectations (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.h40 bool loadTestExpectations(const GPUTestConfig &config, const std::string &data);
DGPUTestExpectationsParser_unittest.cpp42 return parser.loadTestExpectations(config, line); in load()
DGPUTestExpectationsParser.cpp335 bool GPUTestExpectationsParser::loadTestExpectations(const GPUTestConfig &config, in loadTestExpectations() function in angle::GPUTestExpectationsParser