Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsync.c90 static RESTYPE RTFence; variable
898 resType = RTFence; in SyncCreate()
1917 int rc = dixLookupResourceByType((void **) ppSyncFence, fid, RTFence, in SyncVerifyFence()
1935 rc = dixLookupResourceByType((void **) &pFence, stuff->fid, RTFence, in ProcSyncTriggerFence()
1954 rc = dixLookupResourceByType((void **) &pFence, stuff->fid, RTFence, in ProcSyncResetFence()
1976 rc = dixLookupResourceByType((void **) &pFence, stuff->fid, RTFence, in ProcSyncDestroyFence()
1996 RTFence, client, DixReadAccess); in ProcSyncQueryFence()
2073 *pProtocolFences, RTFence, XSyncCAAllTrigger); in ProcSyncAwaitFence()
2494 RTFence = CreateNewResourceType(FreeFence, "SyncFence"); in SyncExtensionInit()
2521 SetResourceTypeErrorValue(RTFence, SyncErrorBase + XSyncBadFence); in SyncExtensionInit()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog3029 that the RTFence resource type is private and there is no external interface to