Searched refs:hiddenContextStore (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h87 void** hiddenContextStore; /* hidden X context */ member in struct:_DRIScreenPrivRec
H A Ddri.c529 pDRIPriv->hiddenContextStore = NULL;
539 pDRIPriv->hiddenContextStore
541 if (!pDRIPriv->hiddenContextStore) {
554 free(pDRIPriv->hiddenContextStore);
565 pDRIPriv->hiddenContextStore,
579 free(pDRIPriv->hiddenContextStore);
1669 pDRIPriv->hiddenContextStore);
2060 pDRIPriv->hiddenContextStore);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h83 void **hiddenContextStore; /* hidden X context */ member in struct:_DRIScreenPrivRec
H A Ddri.c568 pDRIPriv->hiddenContextStore = NULL;
578 pDRIPriv->hiddenContextStore
580 if (!pDRIPriv->hiddenContextStore) {
593 free(pDRIPriv->hiddenContextStore);
603 pDRIPriv->hiddenContextStore,
616 free(pDRIPriv->hiddenContextStore);
1690 pDRIPriv->hiddenContextStore);
2085 pDRIPriv->hiddenContextStore);

Completed in 10 milliseconds