HomeSort by relevance Sort by last modified time
    Searched defs:TexGen (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
attrib.c 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);
    [all...]
dd.h 523 void (*TexGen)(struct gl_context *ctx, GLenum coord, GLenum pname,
    [all...]

Completed in 159 milliseconds