Searched defs:radeonTexObj (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h180 typedef struct radeon_tex_obj radeonTexObj, *radeonTexObjPtr; typedef in typeref:struct:radeon_tex_obj
216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj)
218 return (radeonTexObj*)texObj;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h180 typedef struct radeon_tex_obj radeonTexObj, *radeonTexObjPtr; typedef in typeref:struct:radeon_tex_obj
216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj)
218 return (radeonTexObj*)texObj;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h180 typedef struct radeon_tex_obj radeonTexObj, *radeonTexObjPtr; typedef in typeref:struct:radeon_tex_obj
216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj)
218 return (radeonTexObj*)texObj;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h180 typedef struct radeon_tex_obj radeonTexObj, *radeonTexObjPtr; typedef in typeref:struct:radeon_tex_obj
216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj)
218 return (radeonTexObj*)texObj;

Completed in 285 milliseconds