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

  /external/mesa3d/src/mesa/swrast/
s_context.h 93 #define MULTI_DRAW_BIT 0x400 /**< Write to more than one color- */
s_context.c 90 * MULTI_DRAW_BIT flag. Also set it if we're drawing to no
95 rasterMask |= MULTI_DRAW_BIT;
103 rasterMask |= MULTI_DRAW_BIT; /* all RGBA channels disabled */
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 462 if (swrast->_RasterMask & MULTI_DRAW_BIT) return (swrast_line_func) NULL;
xm_tri.c 1020 if (swrast->_RasterMask & MULTI_DRAW_BIT)
    [all...]

Completed in 192 milliseconds