HomeSort by relevance Sort by last modified time
    Searched full:tmp_ib (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/vbo/
vbo_rebase.c 136 struct _mesa_index_buffer tmp_ib; local
204 tmp_ib.obj = ctx->Shared->NullBufferObj;
205 tmp_ib.ptr = tmp_indices;
206 tmp_ib.count = ib->count;
207 tmp_ib.type = ib->type;
209 ib = &tmp_ib;

Completed in 2659 milliseconds