Lines Matching defs:attrib
318 const struct gl_array_attributes *attrib = &vao->VertexAttrib[attr];
319 if (attrib->RelativeOffset + vao->BufferBinding[0].Offset != off)
321 if (attrib->Format.Type != tp)
323 if (attrib->Format.Size != size[vbo_attr])
325 assert(attrib->Format.Format == GL_RGBA);
326 assert(attrib->Format.Normalized == GL_FALSE);
327 assert(attrib->Format.Integer == vbo_attrtype_to_integer_flag(tp));
328 assert(attrib->Format.Doubles == vbo_attrtype_to_double_flag(tp));
329 assert(attrib->BufferBindingIndex == 0);
1122 * Flush existing data, set new attrib size, replay copied vertices.