Home
last modified time | relevance | path

Searched refs:begin_vertices_flags (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_exec.h135 GLbitfield begin_vertices_flags; member
Dvbo_exec_api.c1176 exec->begin_vertices_flags |= FLUSH_STORED_VERTICES; in vbo_always_unmap_buffers()
1248 exec->begin_vertices_flags = FLUSH_UPDATE_CURRENT; in vbo_exec_vtx_init()
1297 assert(exec->begin_vertices_flags); in vbo_exec_BeginVertices()
1299 ctx->Driver.NeedFlush |= exec->begin_vertices_flags; in vbo_exec_BeginVertices()