Lines Matching defs:error
2060 /* Log compilation error */
2073 /* Get error log */
2118 /* Log link error */
2124 /* Get error log length */
2130 /* Get error log */
2260 /* Set result - exceptions are thrown in case of any error */
2267 /** Verifies that proper error was generated
2276 const glw::GLenum error = gl.getError();
2278 if (expected_error != error)
2280 TCU_FAIL("Got invalid error");
2330 /* Set result - exceptions are thrown in case of any error */
2337 /** Verifies that proper error was generated
2536 /* Set result - exceptions are thrown in case of any error */
3450 glw::GLenum error = 0;
3478 error = gl.getError();
3487 error = gl.getError();
3495 error = gl.getError();
3506 error = gl.getError();
3516 error = gl.getError();
3524 error = gl.getError();
3533 /* Log error */
3534 GLU_EXPECT_NO_ERROR(error, function_name);