Searched refs:FlushVertices (Results 1 – 4 of 4) sorted by relevance
213 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \232 ctx->Driver.FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
706 void (*FlushVertices)( struct gl_context *ctx, GLuint flags ); member
59 ctx->Driver.FlushVertices = vbo_exec_FlushVertices; in vbo_exec_init()
198 driver->FlushVertices = NULL; in _mesa_init_driver_functions()