Home
last modified time | relevance | path

Searched refs:DRIDrawablePrivResType (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c81 static RESTYPE DRIDrawablePrivResType; variable
164 DRIDrawablePrivResType = CreateNewResourceType(DRIDrawablePrivDelete, in DRIExtensionInit()
167 return DRIDrawablePrivResType != 0; in DRIExtensionInit()
441 AddResource(id, DRIDrawablePrivResType, (void *)pDrawable); in DRICreateSurface()
503 FreeResourceByType(id, DRIDrawablePrivResType, FALSE); in DRIDestroySurface()
672 DRIDrawablePrivResType, FALSE); in DRISurfaceNotify()
752 AddResource(id, DRIDrawablePrivResType, (void *)pDrawable); in DRICreatePixmap()
816 FreeResourceByType(pDrawable->id, DRIDrawablePrivResType, FALSE); in DRIDestroyPixmap()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c84 static RESTYPE DRIDrawablePrivResType; variable
820 DRIDrawablePrivResType = CreateNewResourceType(DRIDrawablePrivDelete, in DRIExtensionInit()
825 if (!DRIDrawablePrivResType || !DRIContextPrivResType) in DRIExtensionInit()
1309 if (!AddResource(FakeClientID(client->index), DRIDrawablePrivResType, in DRICreateDrawable()
1368 FreeResourceByType(id, DRIDrawablePrivResType, FALSE); in DRIDestroyDrawableCB()
1380 LookupClientResourceComplex(client, DRIDrawablePrivResType, in DRIDestroyDrawable()