OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:radeon_texture_image
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h
150
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/
radeon_common_context.h
150
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 507 milliseconds