Lines Matching refs:error

759  * \param error  the GL error to record if target is illegal.
765 GLenum error)
775 _mesa_error(ctx, error, "%s(no buffer bound)", func);
853 * Tests the subdata range parameters and sets the GL error code for
864 * \return false if error, true otherwise
918 * Test the format and type parameters and set the GL error code for
1486 * of generating an error if the buffer ID is not zero or the name
1502 bool *error)
1506 *error = false;
1519 * "An INVALID_OPERATION error is generated if any value
1527 *error = true;
1657 bool error;
1659 &error);
1660 if (error)
2202 /* Unmap the existing buffer. We'll replace it now. Not an error. */
2254 * "An INVALID_VALUE error is generated by BufferStorageMemEXT and
2268 * "An INVALID_OPERATION error is generated if <memory> names a
2448 /* Unmap the existing buffer. We'll replace it now. Not an error. */
2595 /* error already recorded */
3589 goto done; /* the error is already set */
3622 * "An INVALID_OPERATION error is generated for any of the following
3649 /* generate an error if any bits other than those allowed are set */
4291 * "An INVALID_VALUE error is generated by BindBuffersRange if any
4303 * "An INVALID_VALUE error is generated by BindBuffersRange if any
4328 * "An INVALID_OPERATION error is generated if <first> + <count> is
4357 * "An INVALID_OPERATION error is generated if <first> + <count> is
4425 /* Note that the error semantics for multi-bind commands differ from
4430 * "(11) Typically, OpenGL specifies that if an error is generated by a
4435 * Should we have different error semantics?
4439 * is not updated and an error will be generated. However, other
4441 * parameters are valid and no other error occurs."
4459 * "An INVALID_VALUE error is generated by BindBuffersRange if any
4528 /* Note that the error semantics for multi-bind commands differ from
4533 * "(11) Typically, OpenGL specifies that if an error is generated by a
4538 * Should we have different error semantics?
4542 * is not updated and an error will be generated. However, other
4544 * parameters are valid and no other error occurs."
4562 * "An INVALID_VALUE error is generated by BindBuffersRange if any
4616 * "An INVALID_OPERATION error is generated :
4634 * "An INVALID_OPERATION error is generated if <first> + <count> is
4695 /* Note that the error semantics for multi-bind commands differ from
4700 * "(11) Typically, OpenGL specifies that if an error is generated by a
4705 * Should we have different error semantics?
4709 * is not updated and an error will be generated. However, other
4711 * parameters are valid and no other error occurs."
4730 * "An INVALID_VALUE error is generated by BindBuffersRange if any
4771 bool error;
4773 &error);
4774 if (error)
4799 * "An INVALID_OPERATION error is generated if <first> + <count> is
4856 /* Note that the error semantics for multi-bind commands differ from
4861 * "(11) Typically, OpenGL specifies that if an error is generated by a
4866 * Should we have different error semantics?
4870 * is not updated and an error will be generated. However, other
4872 * parameters are valid and no other error occurs."
4890 * "An INVALID_VALUE error is generated by BindBuffersRange if any
5225 * "An INVALID_VALUE error is generated if buffer is zero or is not the
5238 * "An INVALID_VALUE error is generated if <offset> or <length> is
5250 * "An INVALID_OPERATION error is generated if buffer is currently
5284 * "An INVALID_VALUE error is generated if buffer is zero or is not the
5297 * "An INVALID_OPERATION error is generated if buffer is currently
5386 /* Note: the extension spec is not clear about the excpected error value. */
5414 * generate the INVALID_OPERATION error if the buffer parameter is