Lines Matching defs:error
234 * @note The function may throw if unexpected error has occured.
250 * @note The function may throw if unexpected error has occured.
269 << " has not returned anything and error has not been generated." << tcu::TestLog::EndMessage;
291 * @note The function may throw if unexpected error has occured.
321 * @note The function may throw if unexpected error has occured.
409 glw::GLenum error = GL_NO_ERROR;
411 if (GL_INVALID_VALUE != (error = gl.getError()))
417 << tcu::TestLog::Message << "CreateSamplers has not generated INVALID_VALUE error when callded with "
419 << "Instead, " << glu::getErrorStr(error) << " error value was generated." << tcu::TestLog::EndMessage;
538 * @note The function may throw if unexpected error has occured.
582 * @note The function may throw if unexpected error has occured.
599 * @note The function may throw if unexpected error has occured.
661 << "Shader compilation error log:\n"
754 * @note The function may throw if unexpected error has occured.
788 * @note The function may throw if unexpected error has occured.
811 * @note The function may throw if unexpected error has occured.
824 * @note The function may throw if unexpected error has occured.