Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsync.h56 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
61 _eglGetSyncAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
68 static inline _EGLSync *
69 _eglGetSync(_EGLSync *sync) in _eglGetSync()
81 _eglPutSync(_EGLSync *sync) in _eglPutSync()
92 _eglLinkSync(_EGLSync *sync) in _eglLinkSync()
103 _eglUnlinkSync(_EGLSync *sync) in _eglUnlinkSync()
113 static inline _EGLSync *
116 _EGLSync *sync = (_EGLSync *) handle; in _eglLookupSync()
127 _eglGetSyncHandle(_EGLSync *sync) in _eglGetSyncHandle()
Deglapi.h137 _EGLSync *(*CreateSyncKHR)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum type,
140 _EGLSync *sync);
142 _EGLSync *sync, EGLint flags, EGLTime timeout);
143 EGLint (*WaitSyncKHR)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync);
145 _EGLSync *sync, EGLenum mode);
147 _EGLSync *sync, EGLint attribute,
150 _EGLSync *sync);
Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) in _eglParseSyncAttribList()
86 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, in _eglInitSync()
123 _eglGetSyncAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in _eglGetSyncAttrib()
Degltypedefs.h70 typedef struct _egl_sync _EGLSync; typedef
Deglapi.c218 _eglCheckSync(_EGLDisplay *disp, _EGLSync *s, const char *msg) in _eglCheckSync()
1607 _EGLSync *sync; in _eglCreateSync()
1719 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySync()
1741 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSync()
1777 _eglWaitSyncCommon(_EGLDisplay *disp, _EGLSync *s, EGLint flags) in _eglWaitSyncCommon()
1803 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSyncKHR()
1817 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSync()
1827 _EGLSync *s = _eglLookupSync(sync, disp); in eglSignalSyncKHR()
1842 _eglGetSyncAttribCommon(_EGLDisplay *disp, _EGLSync *s, EGLint attribute, EGLAttrib *value) in _eglGetSyncAttribCommon()
1860 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttrib()
[all …]
Degldisplay.c318 _EGLSync *sync = (_EGLSync *) list; in _eglReleaseDisplayResources()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h319 _EGLSync base;
335 _EGL_DRIVER_TYPECAST(dri2_egl_sync, _EGLSync, obj)
Degl_dri2.c2553 static _EGLSync *
2655 dri2_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in dri2_destroy_sync()
2684 dri2_dup_native_fence_fd(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in dri2_dup_native_fence_fd()
2709 dri2_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in dri2_client_wait_sync()
2800 dri2_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in dri2_signal_sync()
2832 dri2_server_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in dri2_server_wait_sync()