Searched refs:__glxHashLookup (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxhash.h | 10 extern int __glxHashLookup(__glxHashTable * t, unsigned long key,
|
| H A D | dri_common.c | 359 if (__glxHashLookup(priv->drawHash, glxDrawable, (void *) &pdraw) == 0) { 395 if (__glxHashLookup(priv->drawHash, 406 if (__glxHashLookup(priv->drawHash,
|
| H A D | glxhash.c | 231 __glxHashLookup(__glxHashTable * t, unsigned long key, void **value) function in typeref:typename:_X_HIDDEN int 380 int retcode = __glxHashLookup(table, key, &retval);
|
| H A D | glxcmds.c | 83 if (__glxHashLookup(priv->drawHash, drawable, (void *) &pdraw) == 0) 100 if (__glxHashLookup(priv->glXDrawHash, drawable, (void *) &glxDraw) == 0)
|
| H A D | dri2_glx.c | 1411 if (__glxHashLookup(pdp->dri2Hash, id, (void *) &pdraw) == 0)
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxhash.h | 10 extern int __glxHashLookup(__glxHashTable * t, unsigned long key,
|
| H A D | glxhash.c | 231 __glxHashLookup(__glxHashTable * t, unsigned long key, void **value) function in typeref:typename:_X_HIDDEN int 380 int retcode = __glxHashLookup(table, key, &retval);
|
| H A D | dri_common.c | 357 if (__glxHashLookup(priv->drawHash, glxDrawable, (void *) &pdraw) == 0) { 394 if (__glxHashLookup(priv->drawHash, 405 if (__glxHashLookup(priv->drawHash,
|
| H A D | glxcmds.c | 82 if (__glxHashLookup(priv->drawHash, drawable, (void *) &pdraw) == 0) 99 if (__glxHashLookup(priv->glXDrawHash, drawable, (void *) &glxDraw) == 0)
|
| H A D | dri2_glx.c | 1339 if (__glxHashLookup(pdp->dri2Hash, id, (void *) &pdraw) == 0)
|
Completed in 17 milliseconds