HomeSort by relevance Sort by last modified time
    Searched refs:RADEON_UNFILLED_BIT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 519 #define RADEON_UNFILLED_BIT 0x02
533 #define DO_UNFILLED (IND & RADEON_UNFILLED_BIT)
631 #define IND (RADEON_UNFILLED_BIT)
635 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT)
702 if (flags & DD_TRI_UNFILLED) index |= RADEON_UNFILLED_BIT;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 519 #define RADEON_UNFILLED_BIT 0x02
533 #define DO_UNFILLED (IND & RADEON_UNFILLED_BIT)
631 #define IND (RADEON_UNFILLED_BIT)
635 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT)
702 if (flags & DD_TRI_UNFILLED) index |= RADEON_UNFILLED_BIT;

Completed in 98 milliseconds