Data Fields | |
| struct HashEntry * | Table [TABLE_SIZE] |
| the lookup table | |
| GLuint | MaxKey |
| highest key inserted so far | |
| _glthread_Mutex | Mutex |
| mutual exclusion lock | |
| _glthread_Mutex | WalkMutex |
| for _mesa_HashWalk() | |
| GLboolean | InDeleteAll |
| Debug check. | |
struct HashEntry* _mesa_HashTable::Table[TABLE_SIZE] [read] |
the lookup table
| GLuint _mesa_HashTable::MaxKey |
highest key inserted so far
| _glthread_Mutex _mesa_HashTable::Mutex |
mutual exclusion lock
| _glthread_Mutex _mesa_HashTable::WalkMutex |
for _mesa_HashWalk()
| GLboolean _mesa_HashTable::InDeleteAll |
Debug check.
1.5.4