Home | History | Annotate | Download | only in main

Lines Matching full:texunit

51 get_texgen(struct gl_context *ctx, struct gl_texture_unit *texUnit,
56 ? &texUnit->GenS : NULL;
61 return &texUnit->GenS;
63 return &texUnit->GenT;
65 return &texUnit->GenR;
67 return &texUnit->GenQ;
77 struct gl_texture_unit *texUnit;
94 texUnit = _mesa_get_current_tex_unit(ctx);
96 texgen = get_texgen(ctx, texUnit, coord);
299 struct gl_texture_unit *texUnit;
309 texUnit = _mesa_get_current_tex_unit(ctx);
311 texgen = get_texgen(ctx, texUnit, coord);
337 struct gl_texture_unit *texUnit;
347 texUnit = _mesa_get_current_tex_unit(ctx);
349 texgen = get_texgen(ctx, texUnit, coord);
383 struct gl_texture_unit *texUnit;
393 texUnit = _mesa_get_current_tex_unit(ctx);
395 texgen = get_texgen(ctx, texUnit, coord);