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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_render.c 78 #define CLIPMASK (CLIP_FRUSTUM_BITS | CLIP_CULL_BIT)
92 else if (!(c1 & c2 & CLIPMASK)) \
102 else if (!(c1 & c2 & c3 & CLIPMASK)) \
113 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
122 const GLubyte *mask = VB->ClipMask; \
158 GLubyte *mask = VB->ClipMask;
173 if (!(c1&c2&c3&CLIPMASK))
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 78 #define CLIPMASK (CLIP_FRUSTUM_BITS | CLIP_CULL_BIT)
92 else if (!(c1 & c2 & CLIPMASK)) \
102 else if (!(c1 & c2 & c3 & CLIPMASK)) \
113 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
122 const GLubyte *mask = VB->ClipMask; \
158 GLubyte *mask = VB->ClipMask;
173 if (!(c1&c2&c3&CLIPMASK))

Completed in 1443 milliseconds