Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dhint.c87 if (ctx->Hint.PolygonSmooth == mode) in _mesa_Hint()
90 ctx->Hint.PolygonSmooth = mode; in _mesa_Hint()
155 ctx->Hint.PolygonSmooth = GL_DONT_CARE; in _mesa_init_hint()
Dattrib.c181 attr->PolygonSmooth = ctx->Polygon.SmoothFlag; in _mesa_PushAttrib()
435 TEST_AND_UPDATE(ctx->Polygon.SmoothFlag, enable->PolygonSmooth, in pop_enable_group()
945 TEST_AND_CALL1_SEL(Hint.PolygonSmooth, Hint, GL_POLYGON_SMOOTH_HINT); in _mesa_PopAttrib()
Dmtypes.h551 GLenum16 PolygonSmooth; member
5075 GLboolean PolygonSmooth; member
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.h115 GLboolean PolygonSmooth; member
Dmeta.c587 save->PolygonSmooth = ctx->Polygon.SmoothFlag; in _mesa_meta_begin()
954 _mesa_set_enable(ctx, GL_POLYGON_SMOOTH, save->PolygonSmooth); in _mesa_meta_end()