Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpolygon.c150 if (ctx->Polygon.FrontMode == mode) in _mesa_PolygonMode()
153 ctx->Polygon.FrontMode = mode; in _mesa_PolygonMode()
156 if (ctx->Polygon.FrontMode == mode && in _mesa_PolygonMode()
160 ctx->Polygon.FrontMode = mode; in _mesa_PolygonMode()
178 if (ctx->Polygon.FrontMode == GL_FILL && ctx->Polygon.BackMode == GL_FILL) in _mesa_PolygonMode()
323 ctx->Polygon.FrontMode = GL_FILL; in _mesa_init_polygon()
Dstate.c423 if (ctx->Polygon.FrontMode != GL_FILL
Dmtypes.h1085 GLenum FrontMode; /**< Either GL_POINT, GL_LINE or GL_FILL */ member
Dattrib.c1179 _mesa_PolygonMode(GL_FRONT, polygon->FrontMode); in _mesa_PopAttrib()
Dget.c918 { GL_POLYGON_MODE, CONTEXT_ENUM2(Polygon.FrontMode), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c174 switch (ctx->Polygon.FrontMode) { in brw_upload_clip_prog()
209 ctx->Polygon.FrontMode != GL_FILL) { in brw_upload_clip_prog()
Dbrw_draw.c100 ctx->Polygon.FrontMode == GL_FILL && in brw_set_prim()
106 ctx->Polygon.FrontMode == GL_FILL && in brw_set_prim()
Dgen7_sf_state.c188 switch (ctx->Polygon.FrontMode) { in upload_sf_state()
Dgen6_sf_state.c160 switch (ctx->Polygon.FrontMode) { in upload_sf_state()
Dbrw_vs.c405 key.copy_edgeflag = (ctx->Polygon.FrontMode != GL_FILL || in brw_upload_vs_prog()
Dbrw_wm.c535 if (ctx->Polygon.FrontMode == GL_LINE) { in brw_wm_populate_key()
Dbrw_draw_upload.c375 if (intel->gen >= 6 && (ctx->Polygon.FrontMode != GL_FILL || in brw_prepare_vertices()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c96 PUSH_DATA (push, nvgl_polygon_mode(ctx->Polygon.FrontMode)); in nv10_emit_polygon_mode()
/external/mesa3d/src/mesa/tnl/
Dt_vb_render.c72 #define NEED_EDGEFLAG_SETUP (ctx->Polygon.FrontMode != GL_FILL || ctx->Polygon.BackMode != GL_FILL)
187 #define NEED_EDGEFLAG_SETUP (ctx->Polygon.FrontMode != GL_FILL || ctx->Polygon.BackMode != GL_FILL)
Dt_context.c166 if (ctx->Polygon.FrontMode != GL_FILL || in _tnl_InvalidateState()
Dt_draw.c319 if (ctx->Polygon.FrontMode != GL_FILL || in bind_inputs()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c146 st->ctx->Polygon.FrontMode != GL_FILL || in update_vp()
Dst_draw.c176 ctx->Polygon.FrontMode == GL_FILL && in translate_prim()
Dst_atom_rasterizer.c122 raster->fill_front = translate_fill( ctx->Polygon.FrontMode ); in update_raster_state()
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h150 mode = ctx->Polygon.FrontMode; in TAG()
375 mode = ctx->Polygon.FrontMode; in TAG()
/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c256 if (ctx->Polygon.FrontMode != GL_FILL || in _swsetup_choose_trifuncs()
Dss_tritmp.h64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode; in TAG()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c595 save->FrontPolygonMode = ctx->Polygon.FrontMode; in _mesa_meta_begin()