Home
last modified time | relevance | path

Searched refs:NewPolygonStipple (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpolygon.c264 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonStipple ? 0 : in _mesa_PolygonStipple()
267 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonStipple; in _mesa_PolygonStipple()
Dattrib.c1114 if (ctx->DriverFlags.NewPolygonStipple) in _mesa_PopAttrib()
1115 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonStipple; in _mesa_PopAttrib()
Dmtypes.h4886 uint64_t NewPolygonStipple; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c565 f->NewPolygonStipple = ST_NEW_POLY_STIPPLE; in st_init_driver_flags()