Searched refs:_mesa_HashTable (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dhash.h38 extern struct _mesa_HashTable *_mesa_NewHashTable(void);
40 extern void _mesa_DeleteHashTable(struct _mesa_HashTable *table);
42 extern void *_mesa_HashLookup(struct _mesa_HashTable *table, GLuint key);
44 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data);
46 extern void _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key);
49 _mesa_HashDeleteAll(struct _mesa_HashTable *table,
54 _mesa_HashWalk(const struct _mesa_HashTable *table,
58 extern GLuint _mesa_HashFirstEntry(struct _mesa_HashTable *table);
60 extern GLuint _mesa_HashNextEntry(const struct _mesa_HashTable *table, GLuint key);
62 extern void _mesa_HashPrint(const struct _mesa_HashTable *tabl
[all...]
H A Dhash.c62 struct _mesa_HashTable { struct
77 struct _mesa_HashTable *
80 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable);
99 _mesa_DeleteHashTable(struct _mesa_HashTable *table)
127 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key)
156 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key)
176 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data)
231 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key)
283 _mesa_HashDeleteAll(struct _mesa_HashTable *tabl
[all...]
H A Dmtypes.h71 struct _mesa_HashTable;
1631 struct _mesa_HashTable *Objects;
1835 struct _mesa_HashTable *Objects;
2504 struct _mesa_HashTable *QueryObjects;
2545 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */
2546 struct _mesa_HashTable *TexObjects; /**< Texture objects hash table */
2572 struct _mesa_HashTable *Programs; /**< All vertex/fragment programs */
2579 struct _mesa_HashTable *ATIShaders;
2582 struct _mesa_HashTable *BufferObjects;
2585 struct _mesa_HashTable *ShaderObject
[all...]
/external/mesa3d/src/mesa/main/
H A Dhash.h38 extern struct _mesa_HashTable *_mesa_NewHashTable(void);
40 extern void _mesa_DeleteHashTable(struct _mesa_HashTable *table);
42 extern void *_mesa_HashLookup(struct _mesa_HashTable *table, GLuint key);
44 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data);
46 extern void _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key);
49 _mesa_HashDeleteAll(struct _mesa_HashTable *table,
54 _mesa_HashWalk(const struct _mesa_HashTable *table,
58 extern GLuint _mesa_HashFirstEntry(struct _mesa_HashTable *table);
60 extern GLuint _mesa_HashNextEntry(const struct _mesa_HashTable *table, GLuint key);
62 extern void _mesa_HashPrint(const struct _mesa_HashTable *tabl
[all...]
H A Dhash.c62 struct _mesa_HashTable { struct
77 struct _mesa_HashTable *
80 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable);
99 _mesa_DeleteHashTable(struct _mesa_HashTable *table)
127 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key)
156 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key)
176 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data)
231 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key)
283 _mesa_HashDeleteAll(struct _mesa_HashTable *tabl
[all...]
H A Dmtypes.h71 struct _mesa_HashTable;
1631 struct _mesa_HashTable *Objects;
1835 struct _mesa_HashTable *Objects;
2504 struct _mesa_HashTable *QueryObjects;
2545 struct _mesa_HashTable *DisplayList; /**< Display lists hash table */
2546 struct _mesa_HashTable *TexObjects; /**< Texture objects hash table */
2572 struct _mesa_HashTable *Programs; /**< All vertex/fragment programs */
2579 struct _mesa_HashTable *ATIShaders;
2582 struct _mesa_HashTable *BufferObjects;
2585 struct _mesa_HashTable *ShaderObject
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_screen.h65 struct _mesa_HashTable *named_regions;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.h65 struct _mesa_HashTable *named_regions;

Completed in 700 milliseconds