/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_vertex.c | 48 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;
|
t_vb_program.c | 70 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/ |
t_vb_vertex.c | 48 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;
|
t_vb_program.c | 70 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;
|