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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddri.c86 static RESTYPE DRIDrawablePrivResType; variable in typeref:typename:RESTYPE
177 DRIDrawablePrivResType = CreateNewResourceType(DRIDrawablePrivDelete,
180 return DRIDrawablePrivResType != 0;
451 AddResource(id, DRIDrawablePrivResType, (pointer)pDrawable);
510 FreeResourceByType(id, DRIDrawablePrivResType, FALSE);
747 DRIDrawablePrivResType, FALSE);
826 AddResource(id, DRIDrawablePrivResType, (pointer)pDrawable);
887 FreeResourceByType(pDrawable->id, DRIDrawablePrivResType, FALSE);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddri.c81 static RESTYPE DRIDrawablePrivResType; variable in typeref:typename:RESTYPE
164 DRIDrawablePrivResType = CreateNewResourceType(DRIDrawablePrivDelete,
167 return DRIDrawablePrivResType != 0;
441 AddResource(id, DRIDrawablePrivResType, (void *)pDrawable);
503 FreeResourceByType(id, DRIDrawablePrivResType, FALSE);
672 DRIDrawablePrivResType, FALSE);
752 AddResource(id, DRIDrawablePrivResType, (void *)pDrawable);
816 FreeResourceByType(pDrawable->id, DRIDrawablePrivResType, FALSE);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c84 static RESTYPE DRIDrawablePrivResType; variable in typeref:typename:RESTYPE
820 DRIDrawablePrivResType = CreateNewResourceType(DRIDrawablePrivDelete,
825 if (!DRIDrawablePrivResType || !DRIContextPrivResType)
1309 if (!AddResource(FakeClientID(client->index), DRIDrawablePrivResType,
1368 FreeResourceByType(id, DRIDrawablePrivResType, FALSE);
1380 LookupClientResourceComplex(client, DRIDrawablePrivResType,
1398 /* For DRIDrawablePrivResType, the XID is the client's fake ID. The
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c82 static RESTYPE DRIDrawablePrivResType; variable in typeref:typename:RESTYPE
793 DRIDrawablePrivResType = CreateNewResourceType(DRIDrawablePrivDelete,
798 if (!DRIDrawablePrivResType || !DRIContextPrivResType)
1285 AddResource(FakeClientID(client->index), DRIDrawablePrivResType,
1343 FreeResourceByType(id, DRIDrawablePrivResType, FALSE);
1355 LookupClientResourceComplex(client, DRIDrawablePrivResType,
1373 /* For DRIDrawablePrivResType, the XID is the client's fake ID. The

Completed in 9 milliseconds