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

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_rebase.c 130 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/
vbo_rebase.c 130 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 405 milliseconds