Home | History | Annotate | Download | only in vbo

Lines Matching refs:unmap

550  * \param  unmap - leave VBO unmapped after flushing?
553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap)
555 if (exec->vtx.vert_count || unmap) {
556 vbo_exec_vtx_flush( exec, unmap );
1278 /* Free the vertex buffer. Unmap first if needed.