HomeSort by relevance Sort by last modified time
    Searched defs:radeonTexObj (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 180 typedef struct radeon_tex_obj radeonTexObj, *radeonTexObjPtr;
216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj)
218 return (radeonTexObj*)texObj;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 180 typedef struct radeon_tex_obj radeonTexObj, *radeonTexObjPtr;
216 static INLINE radeonTexObj* radeon_tex_obj(struct gl_texture_object *texObj)
218 return (radeonTexObj*)texObj;

Completed in 70 milliseconds