Searched refs:FrontMode (Results 1 – 25 of 27) sorted by relevance
12
187 if (ctx->Polygon.FrontMode == mode) in polygon_mode()191 ctx->Polygon.FrontMode = mode; in polygon_mode()194 if (ctx->Polygon.FrontMode == mode && ctx->Polygon.BackMode == mode) in polygon_mode()198 ctx->Polygon.FrontMode = mode; in polygon_mode()366 ctx->Polygon.FrontMode = GL_FILL; in _mesa_init_polygon()
199 if ((ctx->Polygon.FrontMode == GL_FILL_RECTANGLE_NV) != in _mesa_valid_to_render()613 if (ctx->Polygon.FrontMode != GL_FILL || in _mesa_valid_prim_mode()
1340 _mesa_PolygonMode(GL_FRONT, polygon->FrontMode); in _mesa_PopAttrib()
782 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */ member
42 if (brw->ctx.Polygon.FrontMode == GL_POINT || in brw_is_drawing_points()66 if (brw->ctx.Polygon.FrontMode == GL_LINE || in brw_is_drawing_lines()
135 switch (ctx->Polygon.FrontMode) { in brw_upload_clip_prog()170 ctx->Polygon.FrontMode != GL_FILL) { in brw_upload_clip_prog()
273 key->copy_edgeflag = (ctx->Polygon.FrontMode != GL_FILL || in brw_vs_populate_key()
93 ctx->Polygon.FrontMode == GL_FILL && in brw_set_prim()99 ctx->Polygon.FrontMode == GL_FILL && in brw_set_prim()
439 if (ctx->Polygon.FrontMode == GL_LINE) { in brw_wm_populate_key()
462 if (devinfo->gen >= 6 && (ctx->Polygon.FrontMode != GL_FILL || in brw_prepare_vertices()
474 const bool uses_edge_flag = (ctx->Polygon.FrontMode != GL_FILL || in genX()1576 switch (ctx->Polygon.FrontMode) {4569 switch (polygon->FrontMode) {
96 PUSH_DATA (push, nvgl_polygon_mode(ctx->Polygon.FrontMode)); in nv10_emit_polygon_mode()
74 #define NEED_EDGEFLAG_SETUP (ctx->Polygon.FrontMode != GL_FILL || ctx->Polygon.BackMode != GL_FILL)189 #define NEED_EDGEFLAG_SETUP (ctx->Polygon.FrontMode != GL_FILL || ctx->Polygon.BackMode != GL_FILL)
174 if (ctx->Polygon.FrontMode != GL_FILL || in _tnl_InvalidateState()
171 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_interp_func()188 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in choose_copy_pv_func()
329 if (ctx->Polygon.FrontMode != GL_FILL || in bind_inputs()
148 edgeflags_enabled = st->ctx->Polygon.FrontMode != GL_FILL || in check_attrib_edgeflag()
138 raster->fill_front = translate_fill(ctx->Polygon.FrontMode); in st_update_rasterizer()
276 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonChooseVertexState()697 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonChooseRenderState()749 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonRenderPrimitive()
537 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in radeonPolygonMode()
241 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseVertexState()575 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200ChooseRenderState()643 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in r200RenderPrimitive()
150 mode = ctx->Polygon.FrontMode; in TAG()375 mode = ctx->Polygon.FrontMode; in TAG()
258 if (ctx->Polygon.FrontMode != GL_FILL || in _swsetup_choose_trifuncs()
64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode; in TAG()
951 ((ctx->Polygon.FrontMode != GL_FILL || in intelChooseRenderState()1147 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || in intelRenderPrimitive()