Home | History | Annotate | Download | only in vbo

Lines Matching refs:Current

69  * Set up the vbo->currval arrays to point at the context's current
77 /* Set up a constant (Stride == 0) array for each current
84 struct gl_array_attributes *attrib = &vbo->current[attr];
86 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]),
87 ctx->Current.Attrib[attr]);
100 struct gl_array_attributes *attrib = &vbo->current[attr];
102 init_array(ctx, attrib, 1, ctx->Current.Attrib[attr]);
113 /* Set up a constant (StrideB == 0) array for each current
118 struct gl_array_attributes *attrib = &vbo->current[attr];
219 return &vbo->current[_vbo_attribute_alias_map[vmp][attr]];