Home
last modified time | relevance | path

Searched refs:PolygonSmooth (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dhint.c88 if (ctx->Hint.PolygonSmooth == mode) in _mesa_Hint()
91 ctx->Hint.PolygonSmooth = mode; in _mesa_Hint()
157 ctx->Hint.PolygonSmooth = GL_DONT_CARE; in _mesa_init_hint()
Dattrib.c182 attr->PolygonSmooth = ctx->Polygon.SmoothFlag; in _mesa_PushAttrib()
436 TEST_AND_UPDATE(ctx->Polygon.SmoothFlag, enable->PolygonSmooth, in pop_enable_group()
873 TEST_AND_CALL1_SEL(Hint.PolygonSmooth, Hint, GL_POLYGON_SMOOTH_HINT); in _mesa_PopAttrib()
Dmtypes.h466 GLenum16 PolygonSmooth; member
3154 GLboolean PolygonSmooth; member