HomeSort by relevance Sort by last modified time
    Searched defs:DO_CLIP_USER (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 39 #define DO_CLIP_USER 0x8
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)
166 pvs->flags |= DO_CLIP_USER;
201 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT:
205 case (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER |
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 39 #define DO_CLIP_USER 0x8
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)
166 pvs->flags |= DO_CLIP_USER;
201 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT:
205 case (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER |

Completed in 29 milliseconds