Home
last modified time | relevance | path

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

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.h41 bool loadTestExpectationsFromFile(const GPUTestConfig &config, const std::string &path);
DGPUTestExpectationsParser.cpp361 bool GPUTestExpectationsParser::loadTestExpectationsFromFile(const GPUTestConfig &config, in loadTestExpectationsFromFile() function in angle::GPUTestExpectationsParser
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp1911 if (!mTestExpectationsParser.loadTestExpectationsFromFile(config, fileName)) in loadTestExpectationsFromFileWithConfig()