HomeSort by relevance Sort by last modified time
    Searched defs:vertex_count (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_emit.c 126 unsigned vertex_count = vert_info->count; local
139 if (vertex_count == 0)
149 (ushort)vertex_count);
172 vertex_count,
176 render->unmap_vertices(render, 0, vertex_count - 1);
draw_private.h 132 unsigned vertex_count; member in struct:draw_context::__anon18330
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_render.h 48 unsigned vertex_count; member in struct:nouveau_swtnl_state
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_emit.c 126 unsigned vertex_count = vert_info->count; local
139 if (vertex_count == 0)
149 (ushort)vertex_count);
172 vertex_count,
176 render->unmap_vertices(render, 0, vertex_count - 1);
draw_private.h 132 unsigned vertex_count; member in struct:draw_context::__anon6668
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render.h 48 unsigned vertex_count; member in struct:nouveau_swtnl_state

Completed in 4441 milliseconds