OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstib
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c
73
struct _mesa_index_buffer
dstib
;
member in struct:copy_context
180
copy->
dstib
.count = copy->dstelt_nr;
187
©->
dstib
,
200
©->
dstib
,
549
copy->
dstib
.count = 0; /* duplicates dstelt_nr */
550
copy->
dstib
.type = GL_UNSIGNED_INT;
551
copy->
dstib
.obj = ctx->Shared->NullBufferObj;
552
copy->
dstib
.ptr = copy->dstelt;
/external/mesa3d/src/mesa/vbo/
vbo_split_copy.c
73
struct _mesa_index_buffer
dstib
;
member in struct:copy_context
180
copy->
dstib
.count = copy->dstelt_nr;
187
©->
dstib
,
200
©->
dstib
,
549
copy->
dstib
.count = 0; /* duplicates dstelt_nr */
550
copy->
dstib
.type = GL_UNSIGNED_INT;
551
copy->
dstib
.obj = ctx->Shared->NullBufferObj;
552
copy->
dstib
.ptr = copy->dstelt;
Completed in 33 milliseconds