Searched refs:DRIContextPrivResType (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ |
| H A D | dri.c | 85 static RESTYPE DRIContextPrivResType; variable in typeref:typename:RESTYPE 822 DRIContextPrivResType = CreateNewResourceType(DRIContextPrivDelete, 825 if (!DRIDrawablePrivResType || !DRIContextPrivResType) 1077 if (!AddResource(context, DRIContextPrivResType, (void *) pDRIContextPriv)) 1086 FreeResourceByType(context, DRIContextPrivResType, FALSE);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | dri.c | 83 static RESTYPE DRIContextPrivResType; variable in typeref:typename:RESTYPE 795 DRIContextPrivResType = CreateNewResourceType(DRIContextPrivDelete, 798 if (!DRIDrawablePrivResType || !DRIContextPrivResType) 1051 AddResource(context, DRIContextPrivResType, (pointer)pDRIContextPriv); 1059 FreeResourceByType(context, DRIContextPrivResType, FALSE);
|
Completed in 8 milliseconds