Searched refs:triangle_cw (Results 1 – 2 of 2) sorted by relevance
871 static void triangle_cw( struct lp_setup_context *setup, in triangle_cw() function953 setup->triangle = setup->ccw_is_frontface ? triangle_ccw : triangle_cw; in lp_setup_choose_triangle()956 setup->triangle = setup->ccw_is_frontface ? triangle_cw : triangle_ccw; in lp_setup_choose_triangle()
80 [outputtopology("triangle_cw")]