Home
last modified time | relevance | path

Searched refs:vertex_store (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save.c69 if (save->vertex_store) { in vbo_save_destroy()
70 free(save->vertex_store->buffer_in_ram); in vbo_save_destroy()
71 FREE(save->vertex_store); in vbo_save_destroy()
72 save->vertex_store = NULL; in vbo_save_destroy()
H A Dvbo_save_api.c73 * copied to the vertex_store (see the end of ATTR_UNION).
74 * The vertex_store is simply an extensible float array.
195 save->vertex_store->used = 0; in reset_counters()
260 const fi_type *src = save->vertex_store->buffer_in_ram + prim->start * sz; in convert_line_loop_to_strip()
262 fi_type *dst = save->vertex_store->buffer_in_ram + (prim->start + prim->count) * sz; in convert_line_loop_to_strip()
268 save->vertex_store->used += sz; in convert_line_loop_to_strip()
402 assert (save->vertex_store); in grow_vertex_storage()
404 int new_size = (save->vertex_store->used + in grow_vertex_storage()
415 if (new_size > save->vertex_store->buffer_in_ram_size) { in grow_vertex_storage()
416 save->vertex_store in grow_vertex_storage()
[all...]
H A Dvbo.h160 struct vbo_save_vertex_store *vertex_store; member

Completed in 3 milliseconds