Lines Matching defs:error

150 													   "returned anything and did not generate error."
288 * @note The function may throw if unexpected error has occured.
322 * @note The function may throw if unexpected error has occured.
344 "anything and error has not been generated."
368 * @note The function may throw if unexpected error has occured.
390 "anything and error has not been generated."
411 * @note The function may throw if unexpected error has occured.
425 "anything and error has not been generated."
461 "has not returned anything and error has not been generated."
496 "has not returned anything and error has not been generated."
627 * @note The function may throw if unexpected error has occured.
661 << "Buffer object has not been generated and no error has been triggered."
733 << tcu::TestLog::Message << "glTransformFeedbackBufferBase has generated unexpected error ("
749 << tcu::TestLog::Message << "glTransformFeedbackBufferRange has generated unexpected error ("
766 * @note The function may throw if unexpected error has occured.
786 "has not returned anything and error has not been generated."
816 * @note The function may throw if unexpected error has occured.
837 "has not returned anything and error has not been generated."
867 * @note The function may throw if unexpected error has occured.
888 "has not returned anything and error has not been generated."
1030 * @note The function may throw if unexpected error has occured.
1068 * @note Test checks that CreateTransformFeedbacks generates INVALID_VALUE error if
1082 glw::GLenum error = gl.getError();
1084 if (GL_INVALID_VALUE != error)
1089 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1110 * GetTransformFeedbacki64_v generate INVALID_OPERATION error if xfb is not
1131 glw::GLenum error = 0;
1136 if (GL_INVALID_OPERATION != (error = gl.getError()))
1141 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1156 while (GL_NO_ERROR != (error = gl.getError()))
1160 "generated more than one error, The next error was "
1161 << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1167 if (GL_INVALID_OPERATION != (error = gl.getError()))
1172 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1187 while (GL_NO_ERROR != (error = gl.getError()))
1191 "unexpectedly generated more than one error, The next error was "
1192 << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1198 if (GL_INVALID_OPERATION != (error = gl.getError()))
1203 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1218 while (GL_NO_ERROR != (error = gl.getError()))
1222 "has unexpectedly generated more than one error, The next error was "
1223 << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1231 * @note Test checks that GetTransformFeedbackiv generates INVALID_ENUM error if pname
1234 * @note The function may throw if unexpected error has occured.
1256 glw::GLenum error = 0;
1264 if (GL_INVALID_ENUM != (error = gl.getError()))
1269 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1284 while (GL_NO_ERROR != (error = gl.getError()))
1288 "has generated more than one error, The next error was "
1289 << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1301 * @note Test checks that GetTransformFeedbacki_v generates INVALID_ENUM error if pname
1304 * @note The function may throw if unexpected error has occured.
1326 glw::GLenum error = 0;
1334 if (GL_INVALID_ENUM != (error = gl.getError()))
1339 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1354 while (GL_NO_ERROR != (error = gl.getError()))
1358 "has generated more than one error, The next error was "
1359 << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1371 * @note Test checks that GetTransformFeedbacki64_v generates INVALID_ENUM error if
1375 * @note The function may throw if unexpected error has occured.
1397 glw::GLenum error = 0;
1405 if (GL_INVALID_ENUM != (error = gl.getError()))
1410 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1425 while (GL_NO_ERROR != (error = gl.getError()))
1429 "name has generated more than one error, The next error was "
1430 << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1443 * generate INVALID_VALUE error by GetTransformFeedbacki_v and
1448 * @note The function may throw if unexpected error has occured.
1475 glw::GLenum error = 0;
1483 if (GL_INVALID_VALUE != (error = gl.getError()))
1488 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1503 while (GL_NO_ERROR != (error = gl.getError()))
1507 "unexpectedly generated more than one error, The next error was "
1508 << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1514 if (GL_INVALID_VALUE != (error = gl.getError()))
1519 << glu::getErrorStr(error) << " was captured." << tcu::TestLog::EndMessage;
1534 while (GL_NO_ERROR != (error = gl.getError()))
1538 "unexpectedly generated more than one error, The next error was "
1539 << glu::getErrorStr(error) << "." << tcu::TestLog::EndMessage;
1630 * @note The function may throw if unexpected error has occured.
1652 * @note The function may throw if unexpected error has occured.
1666 * @note The function may throw if unexpected error has occured.
1693 * @note The function may throw if unexpected error has occured.
1755 << "Shader compilation error log:\n"
1852 * @note The function may throw if unexpected error has occured.
1896 * @note The function may throw if unexpected error has occured.
1953 * @note The function may throw if unexpected error has occured.
1987 * @note The function may throw if unexpected error has occured.