Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c77 GLuint *translated_elt_buf; member
484 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count); in replay_init()
485 copy->srcelt = copy->translated_elt_buf; in replay_init()
488 copy->translated_elt_buf[i] = ((const GLubyte *)srcptr)[i]; in replay_init()
492 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count); in replay_init()
493 copy->srcelt = copy->translated_elt_buf; in replay_init()
496 copy->translated_elt_buf[i] = ((const GLushort *)srcptr)[i]; in replay_init()
500 copy->translated_elt_buf = NULL; in replay_init()
571 free(copy->translated_elt_buf); in replay_finish()