Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_context.c513 f->NewAlphaTest = ST_NEW_FS_STATE; in st_init_driver_flags()
515 f->NewAlphaTest = ST_NEW_DSA; in st_init_driver_flags()
/external/mesa3d/src/mesa/main/
Dblend.c839 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewAlphaTest ? 0 : _NEW_COLOR); in _mesa_AlphaFunc()
840 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest; in _mesa_AlphaFunc()
Denable.c400 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest; in _mesa_set_enable()
Dattrib.c1162 ctx->NewDriverState |= ctx->DriverFlags.NewAlphaTest | in _mesa_PopAttrib()
Dmtypes.h4724 uint64_t NewAlphaTest; member