Searched refs:dEQPName (Results 1 – 1 of 1) sorted by relevance
56 std::string DrawElementsToGoogleTestName(const std::string &dEQPName) in DrawElementsToGoogleTestName() argument58 std::string gTestName = dEQPName.substr(dEQPName.find('.') + 1); in DrawElementsToGoogleTestName()223 CaseInfo(const std::string &dEQPName, const std::string &gTestName, int expectation) in CaseInfo()224 : mDEQPName(dEQPName), mGTestName(gTestName), mExpectation(expectation) in CaseInfo()320 std::string dEQPName = TrimString(inString, kWhitespaceASCII); in initialize() local321 if (dEQPName.empty()) in initialize()323 std::string gTestName = DrawElementsToGoogleTestName(dEQPName); in initialize()327 int expectation = testSuite->getTestExpectation(dEQPName); in initialize()328 mCaseInfoList.push_back(CaseInfo(dEQPName, gTestName, expectation)); in initialize()