Home | History | Annotate | Download | only in vbo

Lines Matching refs:buffer_map

72       exec->vtx.buffer_ptr = exec->vtx.buffer_map;
286 exec->vtx.buffer_ptr = exec->vtx.buffer_map;
323 assert(exec->vtx.buffer_ptr == exec->vtx.buffer_map);
1151 if (exec->vtx.buffer_map) {
1152 _mesa_align_free(exec->vtx.buffer_map);
1153 exec->vtx.buffer_map = NULL;
1194 ASSERT(!exec->vtx.buffer_map);
1195 exec->vtx.buffer_map = (GLfloat *)_mesa_align_malloc(VBO_VERT_BUFFER_SIZE, 64);
1196 exec->vtx.buffer_ptr = exec->vtx.buffer_map;
1260 if (exec->vtx.buffer_map) {
1264 _mesa_align_free(exec->vtx.buffer_map);
1265 exec->vtx.buffer_map = NULL;