Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c73 struct _mesa_index_buffer dstib; member
180 copy->dstib.count = copy->dstelt_nr; in flush()
187 &copy->dstib, in flush()
200 &copy->dstib, in flush()
549 copy->dstib.count = 0; /* duplicates dstelt_nr */ in replay_init()
550 copy->dstib.type = GL_UNSIGNED_INT; in replay_init()
551 copy->dstib.obj = ctx->Shared->NullBufferObj; in replay_init()
552 copy->dstib.ptr = copy->dstelt; in replay_init()