Home
last modified time | relevance | path

Searched refs:newStipple (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_stipple.c73 struct pipe_poly_stipple newStipple; in st_update_polygon_stipple() local
78 memcpy(newStipple.stipple, ctx->PolygonStipple, sizeof(newStipple.stipple)); in st_update_polygon_stipple()
80 invert_stipple(newStipple.stipple, ctx->PolygonStipple, in st_update_polygon_stipple()
84 st->pipe->set_polygon_stipple(st->pipe, &newStipple); in st_update_polygon_stipple()