OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:driver_set_polygon_stipple
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c
108
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/
draw_pipe_pstipple.c
108
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 99 milliseconds