Searched defs:radeon_mipmap_tree (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h33 typedef struct _radeon_mipmap_tree radeon_mipmap_tree; typedef in typeref:struct:_radeon_mipmap_tree
83 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr);
84 void radeon_miptree_unreference(radeon_mipmap_tree **ptr);
86 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *mt,
90 GLuint radeon_miptree_image_offset(radeon_mipmap_tree *mt,
103 radeon_mipmap_tree *radeon_miptree_create(radeonContextPtr rmesa,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h33 typedef struct _radeon_mipmap_tree radeon_mipmap_tree; typedef in typeref:struct:_radeon_mipmap_tree
83 void radeon_miptree_reference(radeon_mipmap_tree *mt, radeon_mipmap_tree **ptr);
84 void radeon_miptree_unreference(radeon_mipmap_tree **ptr);
86 GLboolean radeon_miptree_matches_image(radeon_mipmap_tree *mt,
90 GLuint radeon_miptree_image_offset(radeon_mipmap_tree *mt,
103 radeon_mipmap_tree *radeon_miptree_create(radeonContextPtr rmesa,

Completed in 344 milliseconds