Home
last modified time | relevance | path

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

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp346 bool GPUTestExpectationsParser::loadTestExpectationsImpl(const GPUTestConfig *config, in loadTestExpectationsImpl() function in angle::GPUTestExpectationsParser
371 return loadTestExpectationsImpl(&config, data); in loadTestExpectations()
376 return loadTestExpectationsImpl(nullptr, data); in loadAllTestExpectations()
391 return loadTestExpectationsImpl(config, data); in loadTestExpectationsFromFileImpl()
DGPUTestExpectationsParser.h93 bool loadTestExpectationsImpl(const GPUTestConfig *config, const std::string &data);