HomeSort by: relevance | last modified time | path
    Searched refs:FrontMode (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
gfx6_clip_state.c 42 if (brw->ctx.Polygon.FrontMode == GL_POINT ||
66 if (brw->ctx.Polygon.FrontMode == GL_LINE ||
brw_clip.c 135 switch (ctx->Polygon.FrontMode) {
170 ctx->Polygon.FrontMode != GL_FILL) {
brw_vs.c 281 key->copy_edgeflag = (ctx->Polygon.FrontMode != GL_FILL ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
gen6_clip_state.c 42 if (brw->ctx.Polygon.FrontMode == GL_POINT ||
66 if (brw->ctx.Polygon.FrontMode == GL_LINE ||
brw_clip.c 135 switch (ctx->Polygon.FrontMode) {
170 ctx->Polygon.FrontMode != GL_FILL) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
polygon.c 156 * Verifies the parameters and updates gl_polygon_attrib::FrontMode and
164 ctx->Polygon.FrontMode == GL_FILL_RECTANGLE_NV ||
194 if (ctx->Polygon.FrontMode == mode)
199 ctx->Polygon.FrontMode = mode;
202 if (ctx->Polygon.FrontMode == mode && ctx->Polygon.BackMode == mode)
207 ctx->Polygon.FrontMode = mode;
382 ctx->Polygon.FrontMode = GL_FILL;
draw_validate.c 252 if ((ctx->Polygon.FrontMode == GL_FILL_RECTANGLE_NV) !=
264 if (ctx->Polygon.FrontMode != GL_FILL ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
polygon.c 153 * Verifies the parameters and updates gl_polygon_attrib::FrontMode and
187 if (ctx->Polygon.FrontMode == mode)
191 ctx->Polygon.FrontMode = mode;
194 if (ctx->Polygon.FrontMode == mode && ctx->Polygon.BackMode == mode)
198 ctx->Polygon.FrontMode = mode;
366 ctx->Polygon.FrontMode = GL_FILL;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 96 PUSH_DATA (push, nvgl_polygon_mode(ctx->Polygon.FrontMode));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 96 PUSH_DATA (push, nvgl_polygon_mode(ctx->Polygon.FrontMode));
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_render.c 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)
t_context.c 175 if (ctx->Polygon.FrontMode != GL_FILL ||
t_vertex.c 171 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL ||
188 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_render.c 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)
t_context.c 173 if (ctx->Polygon.FrontMode != GL_FILL ||
t_vertex.c 170 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL ||
187 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom.c 145 bool edgeflags_enabled = st->ctx->Polygon.FrontMode != GL_FILL ||
st_atom_rasterizer.c 137 raster->fill_front = translate_fill(ctx->Polygon.FrontMode);
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
ss_triangle.c 258 if (ctx->Polygon.FrontMode != GL_FILL ||
ss_tritmp.h 64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom.c 147 edgeflags_enabled = st->ctx->Polygon.FrontMode != GL_FILL ||
st_atom_rasterizer.c 138 raster->fill_front = translate_fill(ctx->Polygon.FrontMode);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
ss_triangle.c 258 if (ctx->Polygon.FrontMode != GL_FILL ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
t_dd_tritmp.h 150 mode = ctx->Polygon.FrontMode;
375 mode = ctx->Polygon.FrontMode;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
t_dd_tritmp.h 150 mode = ctx->Polygon.FrontMode;
375 mode = ctx->Polygon.FrontMode;

Completed in 16 milliseconds

1 2 3