Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpolygon.c250 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonStipple ? 0 : in _mesa_PolygonStipple()
252 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonStipple; in _mesa_PolygonStipple()
Dattrib.c1360 if (ctx->DriverFlags.NewPolygonStipple) in _mesa_PopAttrib()
1361 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonStipple; in _mesa_PopAttrib()
Dmtypes.h4778 uint64_t NewPolygonStipple; member
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c564 f->NewPolygonStipple = ST_NEW_POLY_STIPPLE; in st_init_driver_flags()