Searched refs:dstelt_size (Results 1 – 1 of 1) sorted by relevance
100 GLuint dstelt_size; member138 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush()543 copy->dstelt_size = MIN2(65536, copy->ib->count * 2 + 3); in replay_init()544 copy->dstelt_size = MIN2(copy->dstelt_size, copy->limits->max_indices); in replay_init()545 copy->dstelt = malloc(sizeof(GLuint) * copy->dstelt_size); in replay_init()