Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c80 static RESTYPE dri2DrawableRes; variable
336 if (!AddResource(dri2_id, dri2DrawableRes, pPriv)) { in DRI2AddDrawableRef()
341 if (!AddResource(id, dri2DrawableRes, pPriv)) { in DRI2AddDrawableRef()
342 FreeResourceByType(dri2_id, dri2DrawableRes, TRUE); in DRI2AddDrawableRef()
408 FreeResourceByType(ref->id, dri2DrawableRes, TRUE); in DRI2DrawableGone()
415 FreeResourceByType(ref->dri2_id, dri2DrawableRes, TRUE); in DRI2DrawableGone()
1676 dri2DrawableRes = CreateNewResourceType(DRI2DrawableGone, "DRI2Drawable"); in DRI2ModuleSetup()
1677 if (!dri2DrawableRes) in DRI2ModuleSetup()