Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c91 GLuint dstbuf_size; /**< in vertices */ member
128 if (copy->dstbuf_nr + 4 > copy->dstbuf_size) in check_flush()
508 copy->dstbuf_size = copy->limits->max_verts; in replay_init()
511 copy->dstbuf_size = copy->limits->max_vb_size / copy->vertex_size; in replay_init()
518 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size); in replay_init()