Home | History | Annotate | Download | only in vbo

Lines Matching refs:Current

68  * Set up the vbo->currval arrays to point at the context's current
77 /* Set up a constant (Stride == 0) array for each current
82 struct gl_array_attributes *attrib = &vbo->current[attr];
84 init_array(ctx, attrib, check_size(ctx->Current.Attrib[attr]),
85 ctx->Current.Attrib[attr]);
98 struct gl_array_attributes *attrib = &vbo->current[attr];
100 init_array(ctx, attrib, 1, ctx->Current.Attrib[attr]);
111 /* Set up a constant (StrideB == 0) array for each current
116 struct gl_array_attributes *attrib = &vbo->current[attr];
223 return &vbo->current[_vbo_attribute_alias_map[vmp][attr]];