Home | History | Annotate | Download | only in libagl

Lines Matching full:"0 x4"

200 // fog 0x4, light 0x2, smooth 0x1
219 int index = enables & GGL_ENABLE_SMOOTH ? 0x1 : 0;
220 index |= c->lighting.enable ? 0x2 : 0;
221 index |= enables & GGL_ENABLE_FOG ? 0x4 : 0;