Lines Matching refs:error
162 m_log << tcu::TestLog::Section("Shader compilation error", "");
233 m_log << tcu::TestLog::Section("Program link error", "");
381 /** Test if GL_INVALID_ENUM error is provoked as expected
421 /** Test if GL_INVALID_OPERATON error is provoked as expected
451 /** Test if GL_INVALID_VALUE error is provoked as expected
549 /** Verify that GetError returns expected error code. In case of failure logs error message.
551 * @param expected_error Expected error code
552 * @param function_name Name of function to log in case of error
558 GLenum error = gl.getError();
560 if (expected_error != error)
564 m_log << tcu::TestLog::Message << "GetError returned: " << glu::getErrorStr(error) << tcu::TestLog::EndMessage;
1132 * @param function_name Name of function used to set, it will be used for error logging
3327 * This function may throw error exceptions if GL implementation misbehaves.
3426 * This function may throw error exceptions if GL implementation misbehaves.
3514 /* Workaround for alignment issue that may result in bus error on some platforms */
3588 * This function may throw error exceptions if GL implementation misbehaves.
3679 * This function may throw error exceptions if GL implementation misbehaves.