Home | History | Annotate | Download | only in functional

Lines Matching refs:error0

320 	virtual void				expectError			(GLenum error0, GLenum error1);
367 void BaseCase::expectError (GLenum error0, GLenum error1)
369 if (error0 != GL_NO_ERROR || error1 != GL_NO_ERROR)
814 virtual void expectError (glw::GLenum error0, glw::GLenum error1);
848 void GetErrorCase::expectError (glw::GLenum error0, glw::GLenum error1)
855 if (result != error0 && result != error1)
858 if (error0 == error1)
860 << glu::getErrorStr(error0) << " was expected but got "
865 << glu::getErrorStr(error0) << " or "