Searched refs:vbo_exec_vtx_flush (Results 1 – 3 of 3) sorted by relevance
158 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
102 vbo_exec_vtx_flush(exec, GL_FALSE); in vbo_exec_wrap_buffers()643 vbo_exec_vtx_flush(exec, unmap); in vbo_exec_FlushVertices_internal()905 vbo_exec_vtx_flush(exec, GL_FALSE); in vbo_exec_End()
404 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped) in vbo_exec_vtx_flush() function