Searched refs:MaxKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dhash.c64 GLuint MaxKey; /**< highest key inserted so far */ member in struct:_mesa_HashTable
187 if (key > table->MaxKey)
188 table->MaxKey = key;
442 * (_mesa_HashTable::MaxKey) and the maximum key possible, then simply return
451 if (maxKey - numKeys > table->MaxKey) {
454 return table->MaxKey + 1;
/external/mesa3d/src/mesa/main/
H A Dhash.c64 GLuint MaxKey; /**< highest key inserted so far */ member in struct:_mesa_HashTable
187 if (key > table->MaxKey)
188 table->MaxKey = key;
442 * (_mesa_HashTable::MaxKey) and the maximum key possible, then simply return
451 if (maxKey - numKeys > table->MaxKey) {
454 return table->MaxKey + 1;

Completed in 1365 milliseconds