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

  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.h 47 void polygon_vertex_append(struct polygon *p,
polygon.c 142 void polygon_vertex_append(struct polygon *p, function
bezier.c 95 polygon_vertex_append(poly, bez->x1, bez->y1);
124 polygon_vertex_append(poly, b->x4, b->y4);
701 polygon_vertex_append(poly, bez->x1, bez->y1);
path.c 299 polygon_vertex_append(current, x0, y0);
422 polygon_vertex_append(current, x0, y0);
434 polygon_vertex_append(current, x0, y0);
445 polygon_vertex_append(current, x0, y0);
456 polygon_vertex_append(current, x0, y0);
    [all...]
arc.c 465 polygon_vertex_append(poly, x, y);

Completed in 179 milliseconds