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 update_stipple() local
78 memcpy(newStipple.stipple, ctx->PolygonStipple, sizeof(newStipple.stipple)); in update_stipple()
80 invert_stipple(newStipple.stipple, ctx->PolygonStipple, in update_stipple()
84 st->pipe->set_polygon_stipple(st->pipe, &newStipple); in update_stipple()