Searched refs:GL_FILL (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpolygon.c139 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;
H A Dstate.c423 if (ctx->Polygon.FrontMode != GL_FILL
424 || ctx->Polygon.BackMode != GL_FILL)
/external/mesa3d/src/mesa/main/
H A Dpolygon.c139 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/
H A Dst_atom_shader.c146 st->ctx->Polygon.FrontMode != GL_FILL ||
147 st->ctx->Polygon.BackMode != GL_FILL));
H A Dst_draw.c176 ctx->Polygon.FrontMode == GL_FILL &&
177 ctx->Polygon.BackMode == GL_FILL)
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c146 st->ctx->Polygon.FrontMode != GL_FILL ||
147 st->ctx->Polygon.BackMode != GL_FILL));
H A Dst_draw.c176 ctx->Polygon.FrontMode == GL_FILL &&
177 ctx->Polygon.BackMode == GL_FILL)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c175 case GL_FILL:
193 case GL_FILL:
208 if (ctx->Polygon.BackMode != GL_FILL ||
209 ctx->Polygon.FrontMode != GL_FILL) {
H A Dbrw_draw.c100 ctx->Polygon.FrontMode == GL_FILL &&
101 ctx->Polygon.BackMode == GL_FILL)
106 ctx->Polygon.FrontMode == GL_FILL &&
107 ctx->Polygon.BackMode == GL_FILL) {
H A Dgen6_sf_state.c161 case GL_FILL:
179 case GL_FILL:
H A Dgen7_sf_state.c189 case GL_FILL:
207 case GL_FILL:
H A Dbrw_vs.c405 key.copy_edgeflag = (ctx->Polygon.FrontMode != GL_FILL ||
406 ctx->Polygon.BackMode != GL_FILL);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c175 case GL_FILL:
193 case GL_FILL:
208 if (ctx->Polygon.BackMode != GL_FILL ||
209 ctx->Polygon.FrontMode != GL_FILL) {
H A Dbrw_draw.c100 ctx->Polygon.FrontMode == GL_FILL &&
101 ctx->Polygon.BackMode == GL_FILL)
106 ctx->Polygon.FrontMode == GL_FILL &&
107 ctx->Polygon.BackMode == GL_FILL) {
H A Dgen6_sf_state.c161 case GL_FILL:
179 case GL_FILL:
H A Dgen7_sf_state.c189 case GL_FILL:
207 case GL_FILL:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h162 case GL_FILL:
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A 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)
H A Dt_context.c166 if (ctx->Polygon.FrontMode != GL_FILL ||
167 ctx->Polygon.BackMode != GL_FILL)
H A Dt_draw.c319 if (ctx->Polygon.FrontMode != GL_FILL ||
320 ctx->Polygon.BackMode != GL_FILL)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h162 case GL_FILL:
/external/mesa3d/src/mesa/tnl/
H A 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)
H A Dt_context.c166 if (ctx->Polygon.FrontMode != GL_FILL ||
167 ctx->Polygon.BackMode != GL_FILL)
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_triangle.c256 if (ctx->Polygon.FrontMode != GL_FILL ||
257 ctx->Polygon.BackMode != GL_FILL ||
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c256 if (ctx->Polygon.FrontMode != GL_FILL ||
257 ctx->Polygon.BackMode != GL_FILL ||

Completed in 523 milliseconds

12