Home
last modified time | relevance | path

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

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.h95 int32_t getTestExpectationImpl(const GPUTestConfig *config, const std::string &testName);
DGPUTestExpectationsParser.cpp372 int32_t GPUTestExpectationsParser::getTestExpectationImpl(const GPUTestConfig *config, in getTestExpectationImpl() function in angle::GPUTestExpectationsParser
415 return getTestExpectationImpl(nullptr, testName); in getTestExpectation()
421 return getTestExpectationImpl(&config, testName); in getTestExpectationWithConfig()