OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DO_VIEWPORT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_post_vs.c
40
#define
DO_VIEWPORT
0x10
76
#define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z |
DO_VIEWPORT
)
80
#define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z |
DO_VIEWPORT
)
84
#define FLAGS (DO_CLIP_XY_GUARD_BAND | DO_CLIP_HALF_Z |
DO_VIEWPORT
)
88
#define FLAGS (DO_CLIP_FULL_Z |
DO_VIEWPORT
)
92
#define FLAGS (DO_CLIP_HALF_Z |
DO_VIEWPORT
)
96
#define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER |
DO_VIEWPORT
)
100
#define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER |
DO_VIEWPORT
| DO_EDGEFLAG)
169
pvs->flags |=
DO_VIEWPORT
;
181
case DO_CLIP_XY | DO_CLIP_FULL_Z |
DO_VIEWPORT
[
all
...]
draw_cliptest_tmp.h
132
if ((flags &
DO_VIEWPORT
) && mask == 0)
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_post_vs.c
40
#define
DO_VIEWPORT
0x10
76
#define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z |
DO_VIEWPORT
)
80
#define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z |
DO_VIEWPORT
)
84
#define FLAGS (DO_CLIP_XY_GUARD_BAND | DO_CLIP_HALF_Z |
DO_VIEWPORT
)
88
#define FLAGS (DO_CLIP_FULL_Z |
DO_VIEWPORT
)
92
#define FLAGS (DO_CLIP_HALF_Z |
DO_VIEWPORT
)
96
#define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER |
DO_VIEWPORT
)
100
#define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER |
DO_VIEWPORT
| DO_EDGEFLAG)
169
pvs->flags |=
DO_VIEWPORT
;
181
case DO_CLIP_XY | DO_CLIP_FULL_Z |
DO_VIEWPORT
[
all
...]
draw_cliptest_tmp.h
132
if ((flags &
DO_VIEWPORT
) && mask == 0)
Completed in 52 milliseconds