OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstelt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c
91
* in
dstelt
. Our MaxIndex.
94
GLuint *
dstelt
;
member in struct:copy_context
256
/* printf(" --> emit to
dstelt
%d\n", copy->dstbuf_nr); */
299
copy->
dstelt
[copy->dstelt_nr++] = copy->vert_cache[slot].out;
543
copy->
dstelt
= malloc(sizeof(GLuint) * copy->dstelt_size);
552
copy->dstib.ptr = copy->
dstelt
;
569
free(copy->
dstelt
);
/external/mesa3d/src/mesa/vbo/
vbo_split_copy.c
91
* in
dstelt
. Our MaxIndex.
94
GLuint *
dstelt
;
member in struct:copy_context
256
/* printf(" --> emit to
dstelt
%d\n", copy->dstbuf_nr); */
299
copy->
dstelt
[copy->dstelt_nr++] = copy->vert_cache[slot].out;
543
copy->
dstelt
= malloc(sizeof(GLuint) * copy->dstelt_size);
552
copy->dstib.ptr = copy->
dstelt
;
569
free(copy->
dstelt
);
Completed in 106 milliseconds