Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/sync/
H A Dmisyncstr.h51 SyncObject sync; /* Common sync object data */
57 SyncObject sync; /* Common sync object data */
65 SyncObject *pSync;
H A Dmisync.h31 typedef struct _SyncObject SyncObject; typedef
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsyncsdk.h32 extern _X_EXPORT SyncObject*
H A Dsync.c126 SyncCheckWarnIsCounter(const SyncObject * pSync, const char *warning) in SyncCheckWarnIsCounter()
317 SyncObject *pSync = pTrigger->pSync; in SyncInitTrigger()
884 SyncObject *
887 SyncObject *pSync; in SyncCreate()
896 pSync = (SyncObject *) dixAllocateObjectWithPrivates(SyncFence, in SyncCreate()
1188 SyncObject *pSync = pAwait->trigger.pSync; in FreeAwait()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_fence.c82 present_fence->trigger.pSync = (SyncObject *) fence; in present_fence_create()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2938 But it added this field not at the end of SyncObject. It may not have
3035 initialize the SyncObject.
3039 'initialized' parameter to SyncObject that, when FALSE, causes FreeFence() and
101496 Create SyncObject base type.
101498 SyncObject is now the base type for SyncCounter.
101501 to SyncObject, and a SyncObject can be cast to
101502 the correct type based on SyncObject::type.