Lines Matching defs:texUnit
46 get_texgen(struct gl_context *ctx, struct gl_fixedfunc_texture_unit *texUnit,
51 ? &texUnit->GenS : NULL;
56 return &texUnit->GenS;
58 return &texUnit->GenT;
60 return &texUnit->GenR;
62 return &texUnit->GenQ;
72 struct gl_fixedfunc_texture_unit *texUnit;
88 texUnit = _mesa_get_current_fixedfunc_tex_unit(ctx);
90 texgen = get_texgen(ctx, texUnit, coord);
291 struct gl_fixedfunc_texture_unit *texUnit;
300 texUnit = _mesa_get_current_fixedfunc_tex_unit(ctx);
302 texgen = get_texgen(ctx, texUnit, coord);
328 struct gl_fixedfunc_texture_unit *texUnit;
337 texUnit = _mesa_get_current_fixedfunc_tex_unit(ctx);
339 texgen = get_texgen(ctx, texUnit, coord);
373 struct gl_fixedfunc_texture_unit *texUnit;
382 texUnit = _mesa_get_current_fixedfunc_tex_unit(ctx);
384 texgen = get_texgen(ctx, texUnit, coord);