Searched refs:andmask (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_vertex.c48 GLubyte andmask; member in struct:vertex_stage_data
185 store->andmask = CLIP_FRUSTUM_BITS;
193 &store->andmask,
202 &store->andmask,
206 if (store->andmask)
218 &store->andmask );
220 if (store->andmask)
224 VB->ClipAndMask = store->andmask;
H A Dt_vb_program.c70 GLubyte ormask, andmask; /**< for clipping */ member in struct:vp_stage_data
136 store->andmask = CLIP_FRUSTUM_BITS;
146 &store->andmask,
155 &store->andmask,
159 if (store->andmask) {
173 &store->andmask );
175 if (store->andmask) {
180 VB->ClipAndMask = store->andmask;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_vertex.c48 GLubyte andmask; member in struct:vertex_stage_data
185 store->andmask = CLIP_FRUSTUM_BITS;
193 &store->andmask,
202 &store->andmask,
206 if (store->andmask)
218 &store->andmask );
220 if (store->andmask)
224 VB->ClipAndMask = store->andmask;
H A Dt_vb_program.c70 GLubyte ormask, andmask; /**< for clipping */ member in struct:vp_stage_data
136 store->andmask = CLIP_FRUSTUM_BITS;
146 &store->andmask,
155 &store->andmask,
159 if (store->andmask) {
173 &store->andmask );
175 if (store->andmask) {
180 VB->ClipAndMask = store->andmask;

Completed in 233 milliseconds