Lines Matching full:bounds
165 * Do bounds checking on array element indexes. Check that the vertices
166 * pointed to by the indices don't lie outside buffer object bounds.
167 * \return GL_TRUE if OK, GL_FALSE if any indexed vertex goes is out of bounds
178 * array/BO bounds allows application termination.
195 /* the max element is out of bounds of one or more enabled arrays */
196 _mesa_warning(ctx, "glDrawElements() index=%u is out of bounds (max=%u)",
314 * and VBO bounds checking.
344 /* make sure count doesn't go outside buffer bounds */
346 _mesa_warning(ctx, "glDrawElements index out of buffer bounds");
365 * and VBO bounds checking.
401 /* make sure count doesn't go outside buffer bounds */
406 "glMultiDrawElements index out of buffer bounds");
431 * and VBO bounds checking.
467 /* make sure count doesn't go outside buffer bounds */
469 _mesa_warning(ctx, "glDrawRangeElements index out of buffer bounds");
599 /* make sure count doesn't go outside buffer bounds */
602 "glDrawElementsInstanced index out of buffer bounds");