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

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_clip_tmp.h 77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
157 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
198 else if (cx < -1.0) mask |= CLIP_LEFT_BIT;
234 else if (cx < -1.0) mask |= CLIP_LEFT_BIT;
m_xform.h 92 #define CLIP_LEFT_BIT 0x02
m_debug_clip.c 88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
142 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT;
180 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT;
  /external/mesa3d/src/mesa/math/
m_clip_tmp.h 77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
157 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
198 else if (cx < -1.0) mask |= CLIP_LEFT_BIT;
234 else if (cx < -1.0) mask |= CLIP_LEFT_BIT;
m_xform.h 92 #define CLIP_LEFT_BIT 0x02
m_debug_clip.c 88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT;
142 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT;
180 else if ( cx < -1.0 ) mask |= CLIP_LEFT_BIT;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 132 LINE_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 );
221 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 );
284 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 );
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 132 LINE_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 );
221 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 );
284 POLY_CLIP( CLIP_LEFT_BIT, 1, 0, 0, 1 );

Completed in 147 milliseconds