Lines Matching defs:error
259 * @note The function may throw if unexpected error has occured.
275 * @note The function may throw if unexpected error has occured.
299 << pname << " has not returned anything and error has not been generated."
321 * @note The function may throw if unexpected error has occured.
431 glw::GLenum error = GL_NO_ERROR;
433 if (GL_INVALID_VALUE != (error = gl.getError()))
439 << tcu::TestLog::Message << "CreateProgramPipelines has not generated INVALID_VALUE error when callded "
441 << "Instead, " << glu::getErrorStr(error) << " error value was generated." << tcu::TestLog::EndMessage;
559 * @note The function may throw if unexpected error has occured.
603 * @note The function may throw if unexpected error has occured.
620 * @note The function may throw if unexpected error has occured.
698 * @note The function may throw if unexpected error has occured.
727 * @note The function may throw if unexpected error has occured.
740 * @note The function may throw if unexpected error has occured.