Home | History | Annotate | Download | only in main

Lines Matching refs:eyePlane

836          COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
837 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
838 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
839 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane);
841 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
842 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
843 ctx->Driver.TexGen(ctx, GL_R, GL_EYE_PLANE, unit->GenR.EyePlane);
844 ctx->Driver.TexGen(ctx, GL_Q, GL_EYE_PLANE, unit->GenQ.EyePlane);
1434 const GLfloat *eyePlane = xform->EyeUserPlane[i];
1435 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane);
1439 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane);