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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
H A Ddri2.c63 static RESTYPE dri2DrawableRes; variable in typeref:typename:RESTYPE
224 if (!AddResource(dri2_id, dri2DrawableRes, pPriv)) {
229 if (!AddResource(id, dri2DrawableRes, pPriv)) {
230 FreeResourceByType(dri2_id, dri2DrawableRes, TRUE);
282 FreeResourceByType(ref->id, dri2DrawableRes, TRUE);
289 FreeResourceByType(ref->dri2_id, dri2DrawableRes, TRUE);
1193 dri2DrawableRes = CreateNewResourceType(DRI2DrawableGone, "DRI2Drawable");
1194 if (!dri2DrawableRes)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2.c78 static RESTYPE dri2DrawableRes; variable in typeref:typename:RESTYPE
333 if (!AddResource(dri2_id, dri2DrawableRes, pPriv)) {
338 if (!AddResource(id, dri2DrawableRes, pPriv)) {
339 FreeResourceByType(dri2_id, dri2DrawableRes, TRUE);
410 FreeResourceByType(ref->id, dri2DrawableRes, TRUE);
417 FreeResourceByType(ref->dri2_id, dri2DrawableRes, TRUE);
1681 dri2DrawableRes = CreateNewResourceType(DRI2DrawableGone, "DRI2Drawable");
1682 if (!dri2DrawableRes)

Completed in 6 milliseconds