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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c 336 unsigned outcount = 0; local
354 assert(outcount < MAX_CLIPPED_VERTICES);
355 if (outcount >= MAX_CLIPPED_VERTICES)
357 outEdges[outcount] = *edge_prev;
358 outlist[outcount++] = vert_prev;
370 assert(outcount < MAX_CLIPPED_VERTICES);
371 if (outcount >= MAX_CLIPPED_VERTICES)
374 new_edge = &outEdges[outcount];
375 outlist[outcount++] = new_vert;
422 n = outcount;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 336 unsigned outcount = 0; local
354 assert(outcount < MAX_CLIPPED_VERTICES);
355 if (outcount >= MAX_CLIPPED_VERTICES)
357 outEdges[outcount] = *edge_prev;
358 outlist[outcount++] = vert_prev;
370 assert(outcount < MAX_CLIPPED_VERTICES);
371 if (outcount >= MAX_CLIPPED_VERTICES)
374 new_edge = &outEdges[outcount];
375 outlist[outcount++] = new_vert;
422 n = outcount;
    [all...]

Completed in 53 milliseconds