Searched refs:triangle_cw (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c871 static void triangle_cw( struct lp_setup_context *setup, function
953 setup->triangle = setup->ccw_is_frontface ? triangle_ccw : triangle_cw;
956 setup->triangle = setup->ccw_is_frontface ? triangle_cw : triangle_ccw;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c871 static void triangle_cw( struct lp_setup_context *setup, function
953 setup->triangle = setup->ccw_is_frontface ? triangle_ccw : triangle_cw;
956 setup->triangle = setup->ccw_is_frontface ? triangle_cw : triangle_ccw;

Completed in 55 milliseconds