Home
last modified time | relevance | path

Searched refs:FrontMode (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dpolygon.c160 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()
Ddraw_validate.c252 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()
Dmtypes.h672 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */ member
Dattrib.c959 TEST_AND_CALL1_SEL(Polygon.FrontMode, PolygonMode, GL_FRONT); in _mesa_PopAttrib()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom.c168 bool edgeflags_enabled = st->ctx->Polygon.FrontMode != GL_FILL || in st_update_edgeflags()
Dst_atom_rasterizer.c137 raster->fill_front = translate_fill(ctx->Polygon.FrontMode); in st_update_rasterizer()