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

  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 221 if (VB->ClipMask[VB->Elts[i]] == 0)
226 if (VB->ClipMask[i] == 0)
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 91 /* For regular clipping, we know from the clipmask that one \
150 if (VB->ClipMask[v0]) {
164 if (VB->ClipMask[v1]) {
t_vb_render.c 80 #define CLIPMASK (CLIP_FRUSTUM_BITS | CLIP_CULL_BIT)
94 else if (!(c1 & c2 & CLIPMASK)) \
104 else if (!(c1 & c2 & c3 & CLIPMASK)) \
115 else if (!(c1 & c2 & c3 & c4 & CLIPMASK)) \
124 const GLubyte *mask = VB->ClipMask; \
160 GLubyte *mask = VB->ClipMask;
175 if (!(c1&c2&c3&CLIPMASK))
t_context.h 213 GLubyte *ClipMask; /* _TNL_BIT_POS */
t_vb_vertex.c 47 GLubyte *clipmask; member in struct:vertex_stage_data
64 GLubyte *clipmask, \
87 clipmask[i] |= CLIP_USER_BIT; \
182 * the clipmask.
191 store->clipmask,
200 store->clipmask,
210 /* Test userclip planes. This contributes to VB->ClipMask, so
216 store->clipmask,
226 VB->ClipMask = store->clipmask;
    [all...]
t_vb_program.c 69 GLubyte *clipmask; /**< clip flags */ member in struct:vp_stage_data
84 GLubyte *clipmask,
108 clipmask[i] |= CLIP_USER_BIT;
131 * the clipmask.
142 store->clipmask,
151 store->clipmask,
162 /* Test userclip planes. This contributes to VB->ClipMask.
169 store->clipmask,
180 VB->ClipMask = store->clipmask;
    [all...]
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 146 OFFSET( "VB_CLIP_MASK ", struct vertex_buffer, ClipMask );
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 640 if ( VB->ClipMask[i] == 0 ) {
648 if ( VB->ClipMask[e] == 0 ) {
  /external/ImageMagick/PerlMagick/
Magick.xs 478 { "ClipMask", { {"mask", ImageReference} } },
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 478 { "ClipMask", { {"mask", ImageReference} } },
    [all...]

Completed in 234 milliseconds