Searched defs:fill_front (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c136 int fill_front = templ->fill_front; local
139 boolean offset_front = util_get_offset(templ, fill_front);
151 fill = fill_front;
160 if (fill_front != fill_back || offset_front != offset_back)
170 fill = fill_front;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c167 GLuint fill_front = CLIP_CULL; local
176 fill_front = CLIP_FILL;
180 fill_front = CLIP_LINE;
184 fill_front = CLIP_POINT;
225 key.fill_ccw = fill_front;
234 key.fill_cw = fill_front;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c136 int fill_front = templ->fill_front; local
139 boolean offset_front = util_get_offset(templ, fill_front);
151 fill = fill_front;
160 if (fill_front != fill_back || offset_front != offset_back)
170 fill = fill_front;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c167 GLuint fill_front = CLIP_CULL; local
176 fill_front = CLIP_FILL;
180 fill_front = CLIP_LINE;
184 fill_front = CLIP_POINT;
225 key.fill_ccw = fill_front;
234 key.fill_cw = fill_front;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h87 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member in struct:pipe_rasterizer_state
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h87 unsigned fill_front:2; /**< PIPE_POLYGON_MODE_x */ member in struct:pipe_rasterizer_state

Completed in 2984 milliseconds