Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c98 GLuint dstelt_size; member
131 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush()
543 copy->dstelt_size = MIN2(65536, in replay_init()
545 copy->dstelt_size = MIN2(copy->dstelt_size, in replay_init()
547 copy->dstelt = malloc(sizeof(GLuint) * copy->dstelt_size); in replay_init()