HomeSort by relevance Sort by last modified time
    Searched full:do_unfilled (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 42 * DO_UNFILLED: Decompose triangles to lines and points where appropriate.
130 if (DO_TWOSIDE || DO_OFFSET || DO_UNFILLED || DO_TWOSTENCIL)
138 if (DO_TWOSIDE || DO_UNFILLED || DO_TWOSTENCIL)
142 if (DO_UNFILLED) {
291 if (DO_UNFILLED) {
355 if (DO_TWOSIDE || DO_OFFSET || DO_UNFILLED || DO_TWOSTENCIL)
363 if (DO_TWOSIDE || DO_UNFILLED || DO_TWOSTENCIL)
367 if (DO_UNFILLED) {
582 if (DO_UNFILLED) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.h 50 GLuint do_unfilled:1; member in struct:brw_clip_prog_key
brw_clip.c 94 if (key->do_unfilled)
210 key.do_unfilled = 1;
brw_clip_tri.c 113 if (c->key.do_unfilled) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 410 #define DO_UNFILLED (IND & R200_UNFILLED_BIT)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 533 #define DO_UNFILLED (IND & RADEON_UNFILLED_BIT)
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 610 #define DO_UNFILLED (IND & INTEL_UNFILLED_BIT)
    [all...]

Completed in 235 milliseconds