HomeSort by: relevance | last modified time | path
    Searched refs:eyePlane (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
attrib.c 575 COPY_4FV(destUnit->EyePlane[GEN_S], unit->EyePlane[GEN_S]);
576 COPY_4FV(destUnit->EyePlane[GEN_T], unit->EyePlane[GEN_T]);
577 COPY_4FV(destUnit->EyePlane[GEN_R], unit->EyePlane[GEN_R]);
578 COPY_4FV(destUnit->EyePlane[GEN_Q], unit->EyePlane[GEN_Q]);
580 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->EyePlane[GEN_S]);
581 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->EyePlane[GEN_T])
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c 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);
    [all...]

Completed in 6 milliseconds