Searched refs:errorStr (Results 1 – 2 of 2) sorted by relevance
68 const char *errorStr) const;145 const char *errorStr) const { in checkForInvalidSelf()163 BugReport *report = new BugReport(*BT, errorStr, N); in checkForInvalidSelf()
176 void parseError (const std::string& errorStr);227 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument230 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()