Home | History | Annotate | Download | only in opengl

Lines Matching full:errorstr

398 	void						parseError					(const std::string& errorStr);
449 void ShaderParser::parseError (const std::string& errorStr)
452 throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str(), DE_NULL, __FILE__, __LINE__);