Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo.h155 bool no_current_update; member
204 bool no_current_update);
Dvbo_save.c50 save->no_current_update = false; in vbo_save_init()
Dvbo_save_api.c549 if (save->no_current_update) { in compile_vertex_list()
1154 bool no_current_update) in vbo_save_NotifyBegin() argument
1168 save->no_current_update = no_current_update; in vbo_save_NotifyBegin()
1235 bool no_current_update = save->no_current_update; in _save_PrimitiveRestartNV() local
1239 vbo_save_NotifyBegin(ctx, curPrim, no_current_update); in _save_PrimitiveRestartNV()