Home
last modified time | relevance | path

Searched refs:BackMode (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dpolygon.c152 ctx->Polygon.BackMode == mode) in _mesa_PolygonMode()
156 ctx->Polygon.BackMode = mode; in _mesa_PolygonMode()
163 if (ctx->Polygon.BackMode == mode) in _mesa_PolygonMode()
166 ctx->Polygon.BackMode = mode; in _mesa_PolygonMode()
315 ctx->Polygon.BackMode = GL_FILL; in _mesa_init_polygon()
Dapi_validate.c591 ctx->Polygon.BackMode != GL_FILL) in _mesa_valid_prim_mode()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_clip_state.c42 brw->ctx.Polygon.BackMode == GL_POINT) { in brw_is_drawing_points()
66 brw->ctx.Polygon.BackMode == GL_LINE) { in brw_is_drawing_lines()
Dbrw_clip.c209 switch (ctx->Polygon.BackMode) { in brw_upload_clip_prog()
225 if (ctx->Polygon.BackMode != GL_FILL || in brw_upload_clip_prog()
Dgen7_sf_state.c159 switch (ctx->Polygon.BackMode) { in upload_sf_state()
Dgen8_sf_state.c290 switch (ctx->Polygon.BackMode) { in upload_raster()
Dbrw_wm.c496 if (ctx->Polygon.BackMode == GL_LINE || in brw_wm_populate_key()
501 else if (ctx->Polygon.BackMode == GL_LINE) { in brw_wm_populate_key()
Dbrw_draw.c90 ctx->Polygon.BackMode == GL_FILL) in brw_set_prim()
96 ctx->Polygon.BackMode == GL_FILL) { in brw_set_prim()
Dgen6_sf_state.c325 switch (ctx->Polygon.BackMode) { in upload_sf_state()
Dgen8_draw_upload.c63 ctx->Polygon.BackMode != GL_FILL); in gen8_emit_vertices()
Dbrw_vs.c305 ctx->Polygon.BackMode != GL_FILL); in brw_vs_populate_key()
Dbrw_draw_upload.c558 ctx->Polygon.BackMode != GL_FILL)) { in brw_prepare_vertices()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_polygon.c97 PUSH_DATA (push, nvgl_polygon_mode(ctx->Polygon.BackMode)); in nv10_emit_polygon_mode()
/external/mesa3d/src/mesa/tnl/
Dt_vb_render.c74 #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)
Dt_context.c173 ctx->Polygon.BackMode != GL_FILL) in _tnl_InvalidateState()
Dt_vertex.c170 ctx->Polygon.BackMode != GL_FILL); in choose_interp_func()
187 ctx->Polygon.BackMode != GL_FILL); in choose_copy_pv_func()
Dt_draw.c325 ctx->Polygon.BackMode != GL_FILL) in bind_inputs()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom.c131 st->ctx->Polygon.BackMode != GL_FILL; in check_attrib_edgeflag()
Dst_atom_rasterizer.c134 raster->fill_back = translate_fill( ctx->Polygon.BackMode ); in update_raster_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c277 ctx->Polygon.BackMode != GL_FILL); in radeonChooseVertexState()
698 ctx->Polygon.BackMode != GL_FILL); in radeonChooseRenderState()
750 ctx->Polygon.BackMode != GL_FILL); in radeonRenderPrimitive()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c241 ctx->Polygon.BackMode != GL_FILL); in r200ChooseVertexState()
575 ctx->Polygon.BackMode != GL_FILL); in r200ChooseRenderState()
643 ctx->Polygon.BackMode != GL_FILL); in r200RenderPrimitive()
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h144 mode = ctx->Polygon.BackMode; in TAG()
369 mode = ctx->Polygon.BackMode; in TAG()
/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c257 ctx->Polygon.BackMode != GL_FILL || in _swsetup_choose_trifuncs()
Dss_tritmp.h64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode; in TAG()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c951 ctx->Polygon.BackMode != GL_FILL) ? DD_TRI_UNFILLED : 0) | in intelChooseRenderState()
1147 ctx->Polygon.BackMode != GL_FILL); in intelRenderPrimitive()

12