Lines Matching defs:bound
240 * the object has never been bound, it is initialized.
287 * been previously bound but has been generated (without subsequent
574 /* The bound arrays. */
575 const GLbitfield bound = enabled & binding->_BoundArrays;
577 /* Start this current effective binding with the actual bound arrays */
578 GLbitfield eff_bound_arrays = bound;
587 GLbitfield scanmask = mask & vbos & ~bound;
603 /* Finally this is the set of effectively bound arrays with the
607 /* The bound arrays past the VERT_ATTRIB_{POS,GENERIC0} mapping. */
635 /* Remove those attrib bits from the mask that are bound to the
678 /* Finally this is the set of effectively bound arrays */
680 /* The bound arrays past the VERT_ATTRIB_{POS,GENERIC0} mapping. */
685 /* Mark all the effective bound arrays as processed. */
693 const GLbitfield bound = VERT_BIT(i);
714 GLbitfield eff_bound_arrays = bound;
722 GLbitfield scanmask = mask & ~vbos & ~bound;
768 /* Finally this is the set of effectively bound arrays */
770 /* The bound arrays past the VERT_ATTRIB_{POS,GENERIC0} mapping. */
774 /* Mark all the effective bound arrays as processed. */
950 * to NULL for drivers not to set up arrays which are not bound,
1004 /* If the array object is currently bound, the spec says "the binding