Home | History | Annotate | Download | only in main

Lines Matching refs:EyePlane

716          COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
717 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
718 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
719 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane);
721 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
722 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
723 ctx->Driver.TexGen(ctx, GL_R, GL_EYE_PLANE, unit->GenR.EyePlane);
724 ctx->Driver.TexGen(ctx, GL_Q, GL_EYE_PLANE, unit->GenQ.EyePlane);
1253 const GLfloat *eyePlane = xform->EyeUserPlane[i];
1254 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane);
1258 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, eyePlane );