HomeSort by relevance Sort by last modified time
    Searched refs:GL_FILL (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 139 if (mode!=GL_POINT && mode!=GL_LINE && mode!=GL_FILL) {
178 if (ctx->Polygon.FrontMode == GL_FILL && ctx->Polygon.BackMode == GL_FILL)
323 ctx->Polygon.FrontMode = GL_FILL;
324 ctx->Polygon.BackMode = GL_FILL;
state.c 423 if (ctx->Polygon.FrontMode != GL_FILL
424 || ctx->Polygon.BackMode != GL_FILL)
  /external/mesa3d/src/mesa/main/
polygon.c 139 if (mode!=GL_POINT && mode!=GL_LINE && mode!=GL_FILL) {
178 if (ctx->Polygon.FrontMode == GL_FILL && ctx->Polygon.BackMode == GL_FILL)
323 ctx->Polygon.FrontMode = GL_FILL;
324 ctx->Polygon.BackMode = GL_FILL;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_shader.c 146 st->ctx->Polygon.FrontMode != GL_FILL ||
147 st->ctx->Polygon.BackMode != GL_FILL));
st_draw.c 176 ctx->Polygon.FrontMode == GL_FILL &&
177 ctx->Polygon.BackMode == GL_FILL)
  /external/mesa3d/src/mesa/state_tracker/
st_atom_shader.c 146 st->ctx->Polygon.FrontMode != GL_FILL ||
147 st->ctx->Polygon.BackMode != GL_FILL));
st_draw.c 176 ctx->Polygon.FrontMode == GL_FILL &&
177 ctx->Polygon.BackMode == GL_FILL)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip.c 175 case GL_FILL:
193 case GL_FILL:
208 if (ctx->Polygon.BackMode != GL_FILL ||
209 ctx->Polygon.FrontMode != GL_FILL) {
brw_draw.c 100 ctx->Polygon.FrontMode == GL_FILL &&
101 ctx->Polygon.BackMode == GL_FILL)
106 ctx->Polygon.FrontMode == GL_FILL &&
107 ctx->Polygon.BackMode == GL_FILL) {
gen6_sf_state.c 161 case GL_FILL:
179 case GL_FILL:
gen7_sf_state.c 189 case GL_FILL:
207 case GL_FILL:
brw_vs.c 405 key.copy_edgeflag = (ctx->Polygon.FrontMode != GL_FILL ||
406 ctx->Polygon.BackMode != GL_FILL);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 175 case GL_FILL:
193 case GL_FILL:
208 if (ctx->Polygon.BackMode != GL_FILL ||
209 ctx->Polygon.FrontMode != GL_FILL) {
brw_draw.c 100 ctx->Polygon.FrontMode == GL_FILL &&
101 ctx->Polygon.BackMode == GL_FILL)
106 ctx->Polygon.FrontMode == GL_FILL &&
107 ctx->Polygon.BackMode == GL_FILL) {
gen6_sf_state.c 161 case GL_FILL:
179 case GL_FILL:
gen7_sf_state.c 189 case GL_FILL:
207 case GL_FILL:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 162 case GL_FILL:
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_render.c 72 #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)
t_context.c 166 if (ctx->Polygon.FrontMode != GL_FILL ||
167 ctx->Polygon.BackMode != GL_FILL)
t_draw.c 319 if (ctx->Polygon.FrontMode != GL_FILL ||
320 ctx->Polygon.BackMode != GL_FILL)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 162 case GL_FILL:
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 72 #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)
t_context.c 166 if (ctx->Polygon.FrontMode != GL_FILL ||
167 ctx->Polygon.BackMode != GL_FILL)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 256 if (ctx->Polygon.FrontMode != GL_FILL ||
257 ctx->Polygon.BackMode != GL_FILL ||
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 256 if (ctx->Polygon.FrontMode != GL_FILL ||
257 ctx->Polygon.BackMode != GL_FILL ||

Completed in 499 milliseconds

1 2