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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_split_copy.c79 GLuint *translated_elt_buf; member in struct:copy_context
485 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count);
486 copy->srcelt = copy->translated_elt_buf;
489 copy->translated_elt_buf[i] = ((const GLubyte *)srcptr)[i];
493 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count);
494 copy->srcelt = copy->translated_elt_buf;
497 copy->translated_elt_buf[i] = ((const GLushort *)srcptr)[i];
501 copy->translated_elt_buf = NULL;
568 free(copy->translated_elt_buf);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_split_copy.c79 GLuint *translated_elt_buf; member in struct:copy_context
485 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count);
486 copy->srcelt = copy->translated_elt_buf;
489 copy->translated_elt_buf[i] = ((const GLubyte *)srcptr)[i];
493 copy->translated_elt_buf = malloc(sizeof(GLuint) * copy->ib->count);
494 copy->srcelt = copy->translated_elt_buf;
497 copy->translated_elt_buf[i] = ((const GLushort *)srcptr)[i];
501 copy->translated_elt_buf = NULL;
568 free(copy->translated_elt_buf);

Completed in 4 milliseconds