Searched defs:radeon_texture_image (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.h150 typedef struct _radeon_texture_image radeon_texture_image; typedef in typeref:struct:_radeon_texture_image
174 static INLINE radeon_texture_image *get_radeon_texture_image(struct gl_texture_image *image)
176 return (radeon_texture_image*)image;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h150 typedef struct _radeon_texture_image radeon_texture_image; typedef in typeref:struct:_radeon_texture_image
174 static INLINE radeon_texture_image *get_radeon_texture_image(struct gl_texture_image *image)
176 return (radeon_texture_image*)image;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h150 typedef struct _radeon_texture_image radeon_texture_image; typedef in typeref:struct:_radeon_texture_image
174 static INLINE radeon_texture_image *get_radeon_texture_image(struct gl_texture_image *image)
176 return (radeon_texture_image*)image;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h150 typedef struct _radeon_texture_image radeon_texture_image; typedef in typeref:struct:_radeon_texture_image
174 static INLINE radeon_texture_image *get_radeon_texture_image(struct gl_texture_image *image)
176 return (radeon_texture_image*)image;

Completed in 366 milliseconds