Home | History | Annotate | Download | only in vbo

Lines Matching refs:copied

70       exec->vtx.copied.nr = 0;
87 /* Execute the buffer and save copied vertices.
93 exec->vtx.copied.nr = 0;
106 if (exec->vtx.copied.nr == last_count)
119 GLfloat *data = exec->vtx.copied.buffer;
123 * to exec->vtx.copied.
134 assert(exec->vtx.max_vert - exec->vtx.vert_count > exec->vtx.copied.nr);
136 for (i = 0 ; i < exec->vtx.copied.nr ; i++) {
144 exec->vtx.copied.nr = 0;
231 * Flush existing data, set new attrib size, replay copied vertices.
250 * to exec->vtx.copied.
254 if (unlikely(exec->vtx.copied.nr)) {
256 * format around to be able to translate the copied vertices to
318 if (unlikely(exec->vtx.copied.nr)) {
319 GLfloat *data = exec->vtx.copied.buffer;
325 for (i = 0 ; i < exec->vtx.copied.nr ; i++) {
356 exec->vtx.vert_count += exec->vtx.copied.nr;
357 exec->vtx.copied.nr = 0;
589 memcpy( exec->vtx.copied.buffer, exec->vtx.vertex,
594 memcpy( exec->vtx.vertex, exec->vtx.copied.buffer,
619 memcpy( exec->vtx.copied.buffer, exec->vtx.vertex,
624 memcpy( exec->vtx.vertex, exec->vtx.copied.buffer,