Home
last modified time | relevance | path

Searched refs:vbo_exec_vtx_flush (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_exec.h158 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
Dvbo_exec_api.c102 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()
Dvbo_exec_draw.c404 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped) in vbo_exec_vtx_flush() function