Home | History | Annotate | Download | only in vbo

Lines Matching refs:copied

47  * commands through the Exec dispatch table, or fix up the copied
113 GLfloat *dst = save->copied.buffer;
335 node->wrap_count = save->copied.nr;
384 save->copied.nr = _save_copy_vertices(ctx, node, save->buffer);
460 /* store the copied vertices, and allocate a new list.
488 GLfloat *data = save->copied.buffer;
497 assert(save->max_vert - save->vert_count > save->copied.nr);
499 for (i = 0; i < save->copied.nr; i++) {
547 /* Flush existing data, set new attrib size, replay copied vertices.
563 assert(save->copied.nr == 0);
599 * If there are copied vertices and the new (upgraded) attribute
603 if (save->copied.nr) {
604 GLfloat *data = save->copied.buffer;
615 for (i = 0; i < save->copied.nr; i++) {
641 save->vert_count += save->copied.nr;
941 assert(save->copied.nr == 0);