Home
last modified time | relevance | path

Searched refs:loadTestExpectationsFromFileImpl (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.h92 bool loadTestExpectationsFromFileImpl(const GPUTestConfig *config, const std::string &path);
DGPUTestExpectationsParser.cpp346 bool GPUTestExpectationsParser::loadTestExpectationsFromFileImpl(const GPUTestConfig *config, in loadTestExpectationsFromFileImpl() function in angle::GPUTestExpectationsParser
364 return loadTestExpectationsFromFileImpl(&config, path); in loadTestExpectationsFromFile()
369 return loadTestExpectationsFromFileImpl(nullptr, path); in loadAllTestExpectationsFromFile()