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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.h 113 unsigned vbo_min_index; member in struct:nv30_context
nv30_vbo.c 85 *base = nv30->vbo_min_index * nv30->vtxbuf[vbi].stride;
87 nv30->vbo_min_index + 1) * nv30->vtxbuf[vbi].stride;
553 nv30->vbo_min_index = info->min_index;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h 113 unsigned vbo_min_index; member in struct:nv30_context
nv30_vbo.c 85 *base = nv30->vbo_min_index * nv30->vtxbuf[vbi].stride;
87 nv30->vbo_min_index + 1) * nv30->vtxbuf[vbi].stride;
553 nv30->vbo_min_index = info->min_index;

Completed in 525 milliseconds