Searched defs:DO_VIEWPORT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c40 #define DO_VIEWPORT 0x10 macro
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...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c40 #define DO_VIEWPORT 0x10 macro
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...]

Completed in 675 milliseconds