Searched refs:getTestExpectation (Results 1 – 6 of 6) sorted by relevance
52 int32_t getTestExpectation(const std::string &testName);
54 return parser.getTestExpectation(testName); in get()
413 int32_t GPUTestExpectationsParser::getTestExpectation(const std::string &testName) in getTestExpectation() function in angle::GPUTestExpectationsParser
152 int32_t getTestExpectation(const std::string &testName);
1946 int32_t TestSuite::getTestExpectation(const std::string &testName) in getTestExpectation() function in angle::TestSuite1948 return mTestExpectationsParser.getTestExpectation(testName); in getTestExpectation()
327 int expectation = testSuite->getTestExpectation(dEQPName); in initialize()