Searched refs:MULTI_DRAW_BIT (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_context.h93 #define MULTI_DRAW_BIT 0x400 /**< Write to more than one color- */ macro
H A Ds_context.c90 * 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/
H A Dxm_line.c462 if (swrast->_RasterMask & MULTI_DRAW_BIT) return (swrast_line_func) NULL;
H A Dxm_tri.c1020 if (swrast->_RasterMask & MULTI_DRAW_BIT)

Completed in 4097 milliseconds