Searched defs:driver_set_polygon_stipple (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c108 void (*driver_set_polygon_stipple)(struct pipe_context *, member in struct:pstip_stage
757 pstip->driver_set_polygon_stipple(pstip->pipe, stipple);
799 pstip->driver_set_polygon_stipple = pipe->set_polygon_stipple;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c108 void (*driver_set_polygon_stipple)(struct pipe_context *, member in struct:pstip_stage
757 pstip->driver_set_polygon_stipple(pstip->pipe, stipple);
799 pstip->driver_set_polygon_stipple = pipe->set_polygon_stipple;

Completed in 82 milliseconds