OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLIP_USER_BIT
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h
139
if (mask &
CLIP_USER_BIT
) {
146
LINE_CLIP(
CLIP_USER_BIT
, a, b, c, d );
228
if (mask &
CLIP_USER_BIT
) {
235
POLY_CLIP(
CLIP_USER_BIT
, a, b, c, d );
291
if (mask &
CLIP_USER_BIT
) {
298
POLY_CLIP(
CLIP_USER_BIT
, a, b, c, d );
t_vb_vertex.c
87
clipmask[i] |=
CLIP_USER_BIT
; \
94
*clipormask |=
CLIP_USER_BIT
; \
96
*clipandmask |=
CLIP_USER_BIT
; \
t_vb_program.c
109
clipmask[i] |=
CLIP_USER_BIT
;
116
*clipormask |=
CLIP_USER_BIT
;
118
*clipandmask |=
CLIP_USER_BIT
;
/external/mesa3d/src/mesa/math/
m_xform.h
97
#define
CLIP_USER_BIT
0x40
Completed in 74 milliseconds