Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_split_copy.c79 GLuint *translated_elt_buf; member
485 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count); in replay_init()
486 copy->srcelt = copy->translated_elt_buf; in replay_init()
489 copy->translated_elt_buf[i] = ((const GLubyte *)srcptr)[i]; in replay_init()
493 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count); in replay_init()
494 copy->srcelt = copy->translated_elt_buf; in replay_init()
497 copy->translated_elt_buf[i] = ((const GLushort *)srcptr)[i]; in replay_init()
501 copy->translated_elt_buf = NULL; in replay_init()
568 free(copy->translated_elt_buf); in replay_finish()