HomeSort by relevance Sort by last modified time
    Searched refs:radeon_tex_obj (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 41 struct radeon_tex_obj *tobj,
148 radeon_tex_obj(texImage->TexObject),
radeon_tex.c 318 radeonTexObj* t = radeon_tex_obj(ctx->Texture.Unit[unit]._Current);
336 radeonTexObj* t = radeon_tex_obj(texObj);
358 radeonTexObj* t = radeon_tex_obj(texObj);
412 radeonTexObj* t = CALLOC_STRUCT(radeon_tex_obj);
radeon_common_context.h 180 typedef struct radeon_tex_obj radeonTexObj, *radeonTexObjPtr;
186 struct radeon_tex_obj { struct
216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj) function
radeon_texture.c 550 radeonTexObj *t = radeon_tex_obj(texObj);
598 radeonTexObj *t = radeon_tex_obj(texObj);
786 radeonTexObj *t = radeon_tex_obj(texObj);
radeon_texstate.c 627 t = radeon_tex_obj(texObj);
    [all...]
radeon_mipmap_tree.c 544 radeonTexObj *t = radeon_tex_obj(texObj);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 367 radeonTexObj* t = radeon_tex_obj(ctx->Texture.Unit[unit]._Current);
383 radeonTexObj* t = radeon_tex_obj(texObj);
415 radeonTexObj* t = radeon_tex_obj(texObj);
472 radeonTexObj* t = CALLOC_STRUCT(radeon_tex_obj);
r200_texstate.c 750 t = radeon_tex_obj(texObj);
    [all...]
r200_state.c     [all...]

Completed in 235 milliseconds