OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULTI_DRAW_BIT
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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
...]
/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 162 milliseconds