Searched refs:newStipple (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_stipple.c | 73 struct pipe_poly_stipple newStipple; local in function:st_update_polygon_stipple 78 memcpy(newStipple.stipple, ctx->PolygonStipple, sizeof(newStipple.stipple)); 80 invert_stipple(newStipple.stipple, ctx->PolygonStipple, 84 st->pipe->set_polygon_stipple(st->pipe, &newStipple);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_stipple.c | 73 struct pipe_poly_stipple newStipple; local in function:st_update_polygon_stipple 78 memcpy(newStipple.stipple, ctx->PolygonStipple, sizeof(newStipple.stipple)); 80 invert_stipple(newStipple.stipple, ctx->PolygonStipple, 84 st->pipe->set_polygon_stipple(st->pipe, &newStipple);
|
Completed in 2 milliseconds