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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2_glx.c73 __glxHashTable *dri2Hash; member in struct:dri2_display
330 __glxHashDelete(pdp->dri2Hash, pdraw->base.xDrawable);
401 if (__glxHashInsert(pdp->dri2Hash, xDrawable, pdraw)) {
1204 __glxHashDestroy(pdp->dri2Hash);
1215 if (__glxHashLookup(pdp->dri2Hash, id, (void *) &pdraw) == 0)
1264 pdp->dri2Hash = __glxHashCreate();
1265 if (pdp->dri2Hash == NULL) {
/external/mesa3d/src/glx/
H A Ddri2_glx.c73 __glxHashTable *dri2Hash; member in struct:dri2_display
330 __glxHashDelete(pdp->dri2Hash, pdraw->base.xDrawable);
401 if (__glxHashInsert(pdp->dri2Hash, xDrawable, pdraw)) {
1204 __glxHashDestroy(pdp->dri2Hash);
1215 if (__glxHashLookup(pdp->dri2Hash, id, (void *) &pdraw) == 0)
1264 pdp->dri2Hash = __glxHashCreate();
1265 if (pdp->dri2Hash == NULL) {

Completed in 163 milliseconds