Searched refs:RADEON_UNFILLED_BIT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c519 #define RADEON_UNFILLED_BIT 0x02 macro
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/
H A Dradeon_swtcl.c519 #define RADEON_UNFILLED_BIT 0x02 macro
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 44 milliseconds