Home | History | Annotate | Download | only in radeon

Lines Matching refs:texobj

40 #include "main/texobj.h"
330 struct gl_texture_object *texObj,
333 radeonTexObj* t = radeon_tex_obj(texObj);
352 struct gl_texture_object *texObj )
355 radeonTexObj* t = radeon_tex_obj(texObj);
359 "%s( %p (target = %s) )\n", __func__, (void *)texObj,
360 _mesa_enum_to_string( texObj->Target ) );
365 if ( t == rmesa->state.texture.unit[i].texobj ) {
366 rmesa->state.texture.unit[i].texobj = NULL;
376 _mesa_delete_texture_object(ctx, texObj);