Searched refs:NewColorMask (Results 1 – 3 of 3) sorted by relevance
954 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR); in _mesa_IndexMask()955 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_IndexMask()993 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR); in _mesa_ColorMask()994 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_ColorMask()1029 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewColorMask ? 0 : _NEW_COLOR); in _mesa_ColorMaski()1030 ctx->NewDriverState |= ctx->DriverFlags.NewColorMask; in _mesa_ColorMaski()
4733 uint64_t NewColorMask; member
519 f->NewColorMask = ST_NEW_BLEND; in st_init_driver_flags()