Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpoints.c43 ctx->PointSizeIsSet = (size == 1.0 && ctx->Point.Size == 1.0) || ctx->Point._Attenuated; in update_point_size_set()
129 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0F || in _mesa_PointParameterfv()
215 ctx->Point._Attenuated = GL_FALSE; in _mesa_init_point()
Dlight.c1135 ctx->Point._Attenuated || in _mesa_update_tnl_spaces()
Dmtypes.h659 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */ member
Dffvertex_prog.c244 if (ctx->Point._Attenuated) in make_state_key()