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

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_rebase.c130 struct _mesa_index_buffer tmp_ib; local
188 tmp_ib.obj = ctx->Shared->NullBufferObj;
189 tmp_ib.ptr = tmp_indices;
190 tmp_ib.count = ib->count;
191 tmp_ib.type = ib->type;
193 ib = &tmp_ib;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_rebase.c130 struct _mesa_index_buffer tmp_ib; local
188 tmp_ib.obj = ctx->Shared->NullBufferObj;
189 tmp_ib.ptr = tmp_indices;
190 tmp_ib.count = ib->count;
191 tmp_ib.type = ib->type;
193 ib = &tmp_ib;

Completed in 153 milliseconds