Home | History | Annotate | Download | only in tnl

Lines Matching full:texgen

51  * Automatic texture coordinate generation (texgen) code.
69 /* Temporary values used in texgen.
249 /* Special case texgen functions.
334 static void texgen( struct gl_context *ctx,
396 _mesa_problem(ctx, "Bad S texgen");
429 _mesa_problem(ctx, "Bad T texgen");
458 _mesa_problem(ctx, "Bad R texgen");
475 _mesa_problem(ctx, "Bad Q texgen");
533 store->TexgenFunc[i] = texgen; /* general solution */
535 /* look for special texgen cases */
603 "texgen", /* name */