Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
H A 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()

Completed in 1 milliseconds