Home
last modified time | relevance | path

Searched refs:NewAlphaTest (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblend.c836 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewAlphaTest ? 0 : _NEW_COLOR); in _mesa_AlphaFunc()
837 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest; in _mesa_AlphaFunc()
Denable.c311 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest; in _mesa_set_enable()
Dattrib.c1108 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest | in _mesa_PopAttrib()
Dmtypes.h4529 uint64_t NewAlphaTest; member
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c323 f->NewAlphaTest = ST_NEW_DSA; in st_init_driver_flags()