Lines Matching defs:binding
171 * Note that mesa provides preprocessed minimal binding information
224 * Return vertex buffer binding provided the attribute struct.
251 * Return vertex buffer binding provided an attribute number.
264 * Return vertex attribute bits bound at the provided binding.
269 _mesa_draw_bound_attrib_bits(const struct gl_vertex_buffer_binding *binding)
271 return binding->_EffBoundArrays;
276 * Return the vertex offset bound at the provided binding.
281 _mesa_draw_binding_offset(const struct gl_vertex_buffer_binding *binding)
283 return binding->_EffOffset;
335 * Return the attrib, binding pair for the given attribute.
340 const struct gl_vertex_buffer_binding **binding)
345 *binding = _mesa_draw_buffer_binding_from_attrib(vao, *attrib);
348 *binding = _vbo_current_binding(ctx);