Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_context.h94 #define MULTI_DRAW_BIT 0x400 /**< Write to more than one color- */ macro
Ds_context.c93 rasterMask |= MULTI_DRAW_BIT; in _swrast_update_rasterflags()
101 rasterMask |= MULTI_DRAW_BIT; /* all RGBA channels disabled */ in _swrast_update_rasterflags()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c462 if (swrast->_RasterMask & MULTI_DRAW_BIT) return (swrast_line_func) NULL; in get_line_func()
Dxm_tri.c1022 if (swrast->_RasterMask & MULTI_DRAW_BIT) in get_triangle_func()