Searched refs:CLIP_USER_BIT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h139 if (mask & CLIP_USER_BIT) {
146 LINE_CLIP( CLIP_USER_BIT, a, b, c, d );
228 if (mask & CLIP_USER_BIT) {
235 POLY_CLIP( CLIP_USER_BIT, a, b, c, d );
291 if (mask & CLIP_USER_BIT) {
298 POLY_CLIP( CLIP_USER_BIT, a, b, c, d );
H A Dt_vb_vertex.c87 clipmask[i] |= CLIP_USER_BIT; \
94 *clipormask |= CLIP_USER_BIT; \
96 *clipandmask |= CLIP_USER_BIT; \
H A Dt_vb_program.c109 clipmask[i] |= CLIP_USER_BIT;
116 *clipormask |= CLIP_USER_BIT;
118 *clipandmask |= CLIP_USER_BIT;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h139 if (mask & CLIP_USER_BIT) {
146 LINE_CLIP( CLIP_USER_BIT, a, b, c, d );
228 if (mask & CLIP_USER_BIT) {
235 POLY_CLIP( CLIP_USER_BIT, a, b, c, d );
291 if (mask & CLIP_USER_BIT) {
298 POLY_CLIP( CLIP_USER_BIT, a, b, c, d );
H A Dt_vb_vertex.c87 clipmask[i] |= CLIP_USER_BIT; \
94 *clipormask |= CLIP_USER_BIT; \
96 *clipandmask |= CLIP_USER_BIT; \
H A Dt_vb_program.c109 clipmask[i] |= CLIP_USER_BIT;
116 *clipormask |= CLIP_USER_BIT;
118 *clipandmask |= CLIP_USER_BIT;
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_xform.h97 #define CLIP_USER_BIT 0x40 macro
/external/mesa3d/src/mesa/math/
H A Dm_xform.h97 #define CLIP_USER_BIT 0x40 macro

Completed in 88 milliseconds