Searched refs:dri2_id (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/ |
| H A D | dri2.c | 195 XID dri2_id; member in struct:DRI2DrawableRefRec 215 DRI2AddDrawableRef(DRI2DrawablePtr pPriv, XID id, XID dri2_id, argument 224 if (!AddResource(dri2_id, dri2DrawableRes, pPriv)) { 230 FreeResourceByType(dri2_id, dri2DrawableRes, TRUE); 236 ref->dri2_id = dri2_id; 249 XID dri2_id; local in function:DRI2CreateDrawable 258 dri2_id = FakeClientID(client->index); 259 rc = DRI2AddDrawableRef(pPriv, id, dri2_id, invalidate, priv); 277 if (ref->dri2_id [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/ |
| H A D | dri2.c | 304 XID dri2_id; member in struct:DRI2DrawableRefRec 324 DRI2AddDrawableRef(DRI2DrawablePtr pPriv, XID id, XID dri2_id, argument 333 if (!AddResource(dri2_id, dri2DrawableRes, pPriv)) { 339 FreeResourceByType(dri2_id, dri2DrawableRes, TRUE); 345 ref->dri2_id = dri2_id; 360 XID dri2_id; local in function:DRI2CreateDrawable2 376 dri2_id = FakeClientID(client->index); 377 rc = DRI2AddDrawableRef(pPriv, id, dri2_id, invalidate, priv); 382 *dri2_id_out = dri2_id; [all...] |
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxdri2.c | 95 XID dri2_id; member in struct:__GLXDRIdrawable 129 FreeResource(private->dri2_id, FALSE); 620 &private->dri2_id);
|
Completed in 6 milliseconds