Searched refs:RTFence (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | sync.c | 90 static RESTYPE RTFence; variable in typeref:typename:RESTYPE 1980 if (!AddResource(stuff->fid, RTFence, (pointer) pFence)) 1999 int rc = dixLookupResourceByType((pointer *)ppSyncFence, fid, RTFence, 2017 rc = dixLookupResourceByType((pointer *)&pFence, stuff->fid, RTFence, 2036 rc = dixLookupResourceByType((pointer *)&pFence, stuff->fid, RTFence, 2058 rc = dixLookupResourceByType((pointer *)&pFence, stuff->fid, RTFence, 2078 RTFence, client, DixReadAccess); 2158 *pProtocolFences, RTFence, 2627 RTFence = CreateNewResourceType(FreeFence, "SyncFence"); 2654 SetResourceTypeErrorValue(RTFence, SyncErrorBas [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | sync.c | 90 static RESTYPE RTFence; variable in typeref:typename:RESTYPE 912 resType = RTFence; 1931 int rc = dixLookupResourceByType((void **) ppSyncFence, fid, RTFence, 1949 rc = dixLookupResourceByType((void **) &pFence, stuff->fid, RTFence, 1968 rc = dixLookupResourceByType((void **) &pFence, stuff->fid, RTFence, 1990 rc = dixLookupResourceByType((void **) &pFence, stuff->fid, RTFence, 2010 RTFence, client, DixReadAccess); 2087 *pProtocolFences, RTFence, XSyncCAAllTrigger); 2509 RTFence = CreateNewResourceType(FreeFence, "SyncFence"); 2536 SetResourceTypeErrorValue(RTFence, SyncErrorBas [all...] |
Completed in 7 milliseconds