Home | History | Annotate | Download | only in tnl

Lines Matching refs:unit

59 			     GLuint unit);
253 GLuint unit )
256 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
257 GLvector4f *out = &store->texcoord[unit];
275 GLuint unit )
278 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
279 GLvector4f *out = &store->texcoord[unit];
303 GLuint unit )
306 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
307 GLvector4f *out = &store->texcoord[unit];
336 GLuint unit )
340 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit];
341 GLvector4f *out = &store->texcoord[unit];
342 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
359 out->size = MAX2(in->size, store->TexgenSize[unit]);
494 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];
518 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i];