OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SS_UNFILLED_BIT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c
40
#define
SS_UNFILLED_BIT
0x4
181
#define IND (
SS_UNFILLED_BIT
)
185
#define IND (SS_OFFSET_BIT|
SS_UNFILLED_BIT
)
189
#define IND (SS_TWOSIDE_BIT|
SS_UNFILLED_BIT
)
193
#define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|
SS_UNFILLED_BIT
)
259
ind |=
SS_UNFILLED_BIT
;
/external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c
40
#define
SS_UNFILLED_BIT
0x4
181
#define IND (
SS_UNFILLED_BIT
)
185
#define IND (SS_OFFSET_BIT|
SS_UNFILLED_BIT
)
189
#define IND (SS_TWOSIDE_BIT|
SS_UNFILLED_BIT
)
193
#define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|
SS_UNFILLED_BIT
)
259
ind |=
SS_UNFILLED_BIT
;
Completed in 698 milliseconds