Home | History | Annotate | Download | only in main

Lines Matching refs:ClipPlanesEnabled

331             if ((ctx->Transform.ClipPlanesEnabled & (1 << p))
338 ctx->Transform.ClipPlanesEnabled |= (1 << p);
342 ctx->Transform.ClipPlanesEnabled &= ~(1 << p);
1243 return (ctx->Transform.ClipPlanesEnabled >> p) & 1;