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.c89 GLuint dstbuf_size; /**< in vertices */ member
126 if (copy->dstbuf_nr + 4 > copy->dstbuf_size) in check_flush()
502 copy->dstbuf_size = copy->limits->max_verts; in replay_init()
505 copy->dstbuf_size = copy->limits->max_vb_size / copy->vertex_size; in replay_init()
512 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size); in replay_init()
532 dst->_MaxElement = copy->dstbuf_size; /* may be less! */ in replay_init()