OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translated_elt_buf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c
75
GLuint *
translated_elt_buf
;
member in struct:copy_context
478
copy->
translated_elt_buf
= malloc(sizeof(GLuint) * copy->ib->count);
479
copy->srcelt = copy->
translated_elt_buf
;
482
copy->
translated_elt_buf
[i] = ((const GLubyte *)srcptr)[i];
486
copy->
translated_elt_buf
= malloc(sizeof(GLuint) * copy->ib->count);
487
copy->srcelt = copy->
translated_elt_buf
;
490
copy->
translated_elt_buf
[i] = ((const GLushort *)srcptr)[i];
494
copy->
translated_elt_buf
= NULL;
567
free(copy->
translated_elt_buf
);
/external/mesa3d/src/mesa/vbo/
vbo_split_copy.c
75
GLuint *
translated_elt_buf
;
member in struct:copy_context
478
copy->
translated_elt_buf
= malloc(sizeof(GLuint) * copy->ib->count);
479
copy->srcelt = copy->
translated_elt_buf
;
482
copy->
translated_elt_buf
[i] = ((const GLubyte *)srcptr)[i];
486
copy->
translated_elt_buf
= malloc(sizeof(GLuint) * copy->ib->count);
487
copy->srcelt = copy->
translated_elt_buf
;
490
copy->
translated_elt_buf
[i] = ((const GLushort *)srcptr)[i];
494
copy->
translated_elt_buf
= NULL;
567
free(copy->
translated_elt_buf
);
Completed in 571 milliseconds