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.c75 GLuint *translated_elt_buf; member
478 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count); in replay_init()
479 copy->srcelt = copy->translated_elt_buf; in replay_init()
482 copy->translated_elt_buf[i] = ((const GLubyte *)srcptr)[i]; in replay_init()
486 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count); in replay_init()
487 copy->srcelt = copy->translated_elt_buf; in replay_init()
490 copy->translated_elt_buf[i] = ((const GLushort *)srcptr)[i]; in replay_init()
494 copy->translated_elt_buf = NULL; in replay_init()
567 free(copy->translated_elt_buf); in replay_finish()