Searched refs:FrontMode (Results 1 – 6 of 6) sorted by relevance
160 ctx->Polygon.FrontMode == GL_FILL_RECTANGLE_NV || in polygon_mode()190 if (ctx->Polygon.FrontMode == mode) in polygon_mode()195 ctx->Polygon.FrontMode = mode; in polygon_mode()198 if (ctx->Polygon.FrontMode == mode && ctx->Polygon.BackMode == mode) in polygon_mode()203 ctx->Polygon.FrontMode = mode; in polygon_mode()370 ctx->Polygon.FrontMode = GL_FILL; in _mesa_init_polygon()
252 if ((ctx->Polygon.FrontMode == GL_FILL_RECTANGLE_NV) != in _mesa_update_valid_to_render_state()264 if (ctx->Polygon.FrontMode != GL_FILL || in _mesa_update_valid_to_render_state()
672 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */ member
959 TEST_AND_CALL1_SEL(Polygon.FrontMode, PolygonMode, GL_FRONT); in _mesa_PopAttrib()
168 bool edgeflags_enabled = st->ctx->Polygon.FrontMode != GL_FILL || in st_update_edgeflags()
137 raster->fill_front = translate_fill(ctx->Polygon.FrontMode); in st_update_rasterizer()