HomeSort by relevance Sort by last modified time
    Searched refs:StippleFlag (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/mesa/main/
lines.c 130 ctx->Line.StippleFlag = GL_FALSE;
polygon.c 317 ctx->Polygon.StippleFlag = GL_FALSE;
attrib.c 338 attr->LineStipple = ctx->Line.StippleFlag;
367 attr->PolygonStipple = ctx->Polygon.StippleFlag;
612 TEST_AND_UPDATE(ctx->Line.StippleFlag, enable->LineStipple,
672 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple,
    [all...]
enable.c 429 if (ctx->Line.StippleFlag == state)
432 ctx->Line.StippleFlag = state;
631 if (ctx->Polygon.StippleFlag == state)
634 ctx->Polygon.StippleFlag = state;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_ps_state.c 156 if (ctx->Line.StippleFlag)
160 if (ctx->Polygon.StippleFlag)
brw_wm_state.c 200 wm->wm5.polygon_stipple = ctx->Polygon.StippleFlag;
218 wm->wm5.line_stipple = ctx->Line.StippleFlag;
gen6_wm_state.c 271 ctx->Line.StippleFlag, ctx->Polygon.StippleFlag,
gen7_wm_state.c 55 if (ctx->Line.StippleFlag)
59 if (ctx->Polygon.StippleFlag)
gen7_sf_state.c 205 if (ctx->Line.StippleFlag && brw->is_haswell) {
brw_misc_state.c 724 if (!ctx->Polygon.StippleFlag)
765 if (!ctx->Polygon.StippleFlag)
805 if (!ctx->Line.StippleFlag)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_lines.c 128 if (ctx->Line.StippleFlag) { \
147 if (ctx->Line.StippleFlag) { \
245 || ctx->Line.StippleFlag) {
s_aalinetemp.h 195 if (ctx->Line.StippleFlag) {
s_span.c 661 assert(ctx->Polygon.StippleFlag);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 162 raster->poly_stipple_enable = ctx->Polygon.StippleFlag;
245 raster->line_stipple_enable = ctx->Line.StippleFlag;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 141 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) {
148 if ((flags & PRIM_END) && ctx->Line.StippleFlag)
164 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
211 if (ctx->Line.StippleFlag)
580 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) {
600 if ((flags & PRIM_END) && ctx->Line.StippleFlag)
621 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
664 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
t_dd_dmatmp.h 458 ok = !ctx->Line.StippleFlag;
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 129 const GLboolean stipple = ctx->Line.StippleFlag; \
217 const GLboolean stipple = ctx->Line.StippleFlag; \
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 461 if (ctx->Line.StippleFlag) return (swrast_line_func) NULL;
518 && !ctx->Line.StippleFlag
xm_tri.c 1036 && ctx->Polygon.StippleFlag==GL_FALSE) {
1063 && ctx->Polygon.StippleFlag==GL_FALSE) {
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 249 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag);
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 214 ctx->Line.StippleFlag ||
325 ctx->Polygon.StippleFlag ||
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 952 (ctx->Polygon.StippleFlag ? DD_TRI_STIPPLE : 0) |
956 (ctx->Line.StippleFlag ? DD_LINE_STIPPLE : 0) |
    [all...]
i830_state.c 474 int active = (ctx->Polygon.StippleFlag &&
    [all...]
i830_vtbl.c 215 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple)
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 135 milliseconds

1 2