Lines Matching refs:error
6872 /* Clean previous error */
7132 * @return GL_NO_ERROR if operation was successful, GL error code otherwise
7159 * @return GL_NO_ERROR if operation was successful, GL error code otherwise
7190 * @return GL_NO_ERROR if operation was successful, GL error code otherwise
7637 * @return GL_NO_ERROR if operation was successful, GL error code otherwise
7668 * @return GL_NO_ERROR if operation was successful, GL error code otherwise
7723 * @return GL_NO_ERROR if operation was successful, GL error code otherwise
8016 /* Clean previous error */
8351 * @return GL_NO_ERROR if operation was successful, GL error code otherwise
8432 * @return GL_NO_ERROR if operation was successful, GL error code otherwise
9290 GLenum error = glGetError();
9309 error = glGetError();
9310 if (GL_NO_ERROR != error)
9313 GLU_EXPECT_NO_ERROR(error, "BindTexture");
9327 error = glGetError();
9328 if (GL_NO_ERROR != error)
9331 GLU_EXPECT_NO_ERROR(error, "TexImage2D");
9338 error = glGetError();
9339 if (GL_NO_ERROR != error)
9342 GLU_EXPECT_NO_ERROR(error, "TexParameteri");
11059 << "This test tries to build invalid programs, expect error messages about "
11070 /* Return error if any stage failed */
11605 << tcu::TestLog::Message << "There was an error while building a program."