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.h166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap ) in vbo_exec_vtx_flush() function
Dvbo_exec_api.c90 vbo_exec_vtx_flush( exec, GL_FALSE ); in vbo_exec_wrap_buffers()
556 vbo_exec_vtx_flush( exec, unmap ); in vbo_exec_FlushVertices_internal()
879 vbo_exec_vtx_flush( exec, GL_FALSE ); in vbo_exec_End()
Dvbo_exec_draw.c379 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped) in vbo_exec_vtx_flush() function