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

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split_copy.c73 struct _mesa_index_buffer dstib; member in struct:copy_context
180 copy->dstib.count = copy->dstelt_nr;
187 &copy->dstib,
200 &copy->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/
H A Dvbo_split_copy.c73 struct _mesa_index_buffer dstib; member in struct:copy_context
180 copy->dstib.count = copy->dstelt_nr;
187 &copy->dstib,
200 &copy->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 126 milliseconds