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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 397 #define R200_UNFILLED_BIT 0x02
410 #define DO_UNFILLED (IND & R200_UNFILLED_BIT)
509 #define IND (R200_UNFILLED_BIT)
513 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT)
579 if (flags & DD_TRI_UNFILLED) index |= R200_UNFILLED_BIT;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 397 #define R200_UNFILLED_BIT 0x02
410 #define DO_UNFILLED (IND & R200_UNFILLED_BIT)
509 #define IND (R200_UNFILLED_BIT)
513 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT)
579 if (flags & DD_TRI_UNFILLED) index |= R200_UNFILLED_BIT;

Completed in 149 milliseconds