Lines Matching defs:attrib
230 const struct gl_array_attributes *attrib)
233 return &vao->BufferBinding[attrib->_EffBufferBindingIndex];
257 const struct gl_array_attributes *const attrib
259 return _mesa_draw_buffer_binding_from_attrib(vao, attrib);
288 * Return the relative offset of the provided attrib.
293 _mesa_draw_attributes_relative_offset(const struct gl_array_attributes *attrib)
295 return attrib->_EffRelativeOffset;
320 * Return the attrib for the given attribute.
335 * Return the attrib, binding pair for the given attribute.
339 const struct gl_array_attributes **attrib,
344 *attrib = _mesa_draw_array_attrib(vao, attr);
345 *binding = _mesa_draw_buffer_binding_from_attrib(vao, *attrib);
347 *attrib = _vbo_current_attrib(ctx, attr);