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.h139 _EGLSync *(*CreateSyncKHR)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum type,
142 _EGLSync *sync);
144 _EGLSync *sync, EGLint flags, EGLTime timeout);
145 EGLint (*WaitSyncKHR)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync);
147 _EGLSync *sync, EGLenum mode);
149 _EGLSync *sync, EGLint attribute,
152 _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()
Deglapi.c224 _eglCheckSync(_EGLDisplay *disp, _EGLSync *s, const char *msg) in _eglCheckSync()
1749 _EGLSync *sync; in _eglCreateSync()
1858 _eglDestroySync(_EGLDisplay *disp, _EGLSync *s) in _eglDestroySync()
1878 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySync()
1887 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySyncKHR()
1895 _EGLSync *s, EGLint flags, EGLTime timeout) in _eglClientWaitSyncCommon()
1933 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSync()
1943 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSyncKHR()
1950 _eglWaitSyncCommon(_EGLDisplay *disp, _EGLSync *s, EGLint flags) in _eglWaitSyncCommon()
1976 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSyncKHR()
[all …]
Degltypedefs.h67 typedef struct _egl_sync _EGLSync; typedef
Degldisplay.c293 _EGLSync *sync = (_EGLSync *) list; in _eglReleaseDisplayResources()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h339 _EGLSync base;
355 _EGL_DRIVER_TYPECAST(dri2_egl_sync, _EGLSync, obj)
Degl_dri2.c2864 static _EGLSync *
2966 dri2_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in dri2_destroy_sync()
2995 dri2_dup_native_fence_fd(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in dri2_dup_native_fence_fd()
3020 dri2_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in dri2_client_wait_sync()
3112 dri2_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in dri2_signal_sync()
3138 dri2_server_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in dri2_server_wait_sync()