HomeSort by relevance Sort by last modified time
    Searched defs:unfilled (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 65 struct unfilled_stage *unfilled = unfilled_stage(stage); local
70 int slot = unfilled->face_slot;
178 /* Unfilled tri:
189 struct unfilled_stage *unfilled = unfilled_stage(stage); local
191 unsigned mode = unfilled->mode[cw];
215 struct unfilled_stage *unfilled = unfilled_stage(stage); local
218 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back;
219 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front;
256 struct unfilled_stage *unfilled = unfilled_stage(stage); local
264 unfilled->face_slot = draw_alloc_extra_vertex_attrib
277 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); local
    [all...]
draw_private.h 127 struct draw_stage *unfilled; member in struct:draw_context::__anon29382
440 * These flags are used by the pipeline when unfilled and/or line stipple modes
  /external/mesa3d/src/mesa/tnl/
t_vertex.c 169 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
173 if (vtx->need_extras && (twosided || unfilled)) {
186 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
191 if (vtx->need_extras && (twosided || unfilled)) {
287 /* if two-sided lighting changes or filled/unfilled polygon state changes */
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 665 * Helpers for rendering unfilled primitives *
1146 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 737 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
740 /* Can't generally do unfilled via tcl, but some good special
743 TCL_FALLBACK( ctx, R200_TCL_FALLBACK_UNFILLED, unfilled);
    [all...]
r200_swtcl.c 240 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
259 || unfilled) {
486 * Helpers for rendering unfilled primitives *
574 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
583 if (unfilled)
642 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
646 if (prim < GL_TRIANGLES || !unfilled)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 540 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
543 /* Can't generally do unfilled via tcl, but some good special
546 TCL_FALLBACK( ctx, RADEON_TCL_FALLBACK_UNFILLED, unfilled);
    [all...]
radeon_swtcl.c 276 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
299 || unfilled) {
608 * Helpers for rendering unfilled primitives *
697 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
706 if (unfilled)
749 GLboolean unfilled = (ctx->Polygon.FrontMode != GL_FILL || local
753 if (prim < GL_TRIANGLES || !unfilled)

Completed in 110 milliseconds