Home | History | Annotate | Download | only in main

Lines Matching defs:TexGen

54 #include "texgen.h"
128 GLbitfield TexGen[MAX_TEXTURE_UNITS];
321 attr->TexGen[i] = ctx->Texture.Unit[i].TexGenEnabled;
633 const GLbitfield genEnabled = enable->TexGen[i];
720 if (ctx->Driver.TexGen) {
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);