Searched refs:dri2Hash (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2_glx.c75 __glxHashTable *dri2Hash; member in struct:dri2_display
355 __glxHashDelete(pdp->dri2Hash, pdraw->base.xDrawable);
427 if (__glxHashInsert(pdp->dri2Hash, xDrawable, pdraw)) {
1400 __glxHashDestroy(pdp->dri2Hash);
1411 if (__glxHashLookup(pdp->dri2Hash, id, (void *) &pdraw) == 0)
1459 pdp->dri2Hash = __glxHashCreate();
1460 if (pdp->dri2Hash == NULL) {
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2_glx.c75 __glxHashTable *dri2Hash; member in struct:dri2_display
294 __glxHashDelete(pdp->dri2Hash, pdraw->base.xDrawable);
366 if (__glxHashInsert(pdp->dri2Hash, xDrawable, pdraw)) {
1328 __glxHashDestroy(pdp->dri2Hash);
1339 if (__glxHashLookup(pdp->dri2Hash, id, (void *) &pdraw) == 0)
1387 pdp->dri2Hash = __glxHashCreate();
1388 if (pdp->dri2Hash == NULL) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.3.rst176 - glx: Destroy dri2Hash on DRI2 display destruction.

Completed in 5 milliseconds