Searched refs:SyncCreate (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | syncsdk.h | 33 SyncCreate(ClientPtr client, XID id, unsigned char type);
|
| H A D | sync.c | 885 SyncCreate(ClientPtr client, XID id, unsigned char type) in SyncCreate() function 928 pFence = (SyncFence *) SyncCreate(client, id, SYNC_FENCE); in SyncCreateFenceFromFD() 959 if (!(pCounter = (SyncCounter *) SyncCreate(client, id, SYNC_COUNTER))) in SyncCreateCounter() 1896 if (!(pFence = (SyncFence *) SyncCreate(client, stuff->fid, SYNC_FENCE))) in ProcSyncCreateFence()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 2936 xsync: Add resource inside of SyncCreate, export SyncCreate 3024 xsync: Add resource inside of SyncCreate, export SyncCreate 3033 change exports SyncCreate() and adds the resource directly within it. Callers no 3034 longer need to call AddResource() after SyncCreate(), they only need to
|