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