Searched refs:FLUSH_STORED_VERTICES (Results 1 – 4 of 4) sorted by relevance
173 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \174 vbo_exec_FlushVertices(ctx, FLUSH_STORED_VERTICES); \
222 #define FLUSH_STORED_VERTICES 0x1 macro
683 if (flags & FLUSH_STORED_VERTICES) { in vbo_exec_FlushVertices_internal()842 vbo_exec_FlushVertices_internal(exec, FLUSH_STORED_VERTICES); in _mesa_Begin()942 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in _mesa_End()
2903 - vbo: delay flagging FLUSH_STORED_VERTICES until glEnd