Home | History | Annotate | Download | only in r200

Lines Matching refs:Texture

56  * Set the texture wrap modes.
58 * \param t Texture object whose wrap modes are to be set
59 * \param swrap Wrap mode for the \a s texture coordinate
60 * \param twrap Wrap mode for the \a t texture coordinate
209 * Set the texture magnification and minification modes.
211 * \param t Texture whose filter modes are to be set
212 * \param minf Texture minification mode
213 * \param magf Texture magnification mode
274 * to set the 3D texture filter mode.
302 GLuint unit = ctx->Texture.CurrentUnit;
303 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
367 radeonTexObj* t = radeon_tex_obj(ctx->Texture.Unit[unit]._Current);
426 if ( t == rmesa->state.texture.unit[i].texobj ) {
427 rmesa->state.texture.unit[i].texobj = NULL;
455 GLuint unit = ctx->Texture.CurrentUnit;
461 * Allocate a new texture object.
464 * allocate the default texture objects.
476 "%s(%p) target %s, new texture %p.\n",