Searched refs:_EGLSync (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | eglsync.h | 54 _eglInitSync(_EGLSync *sync, _EGLDisplay *disp, EGLenum type, 59 _eglGetSyncAttrib(_EGLDisplay *disp, _EGLSync *sync, 66 static inline _EGLSync * 67 _eglGetSync(_EGLSync *sync) in _eglGetSync() 79 _eglPutSync(_EGLSync *sync) in _eglPutSync() 90 _eglLinkSync(_EGLSync *sync) in _eglLinkSync() 101 _eglUnlinkSync(_EGLSync *sync) in _eglUnlinkSync() 111 static inline _EGLSync * 114 _EGLSync *sync = (_EGLSync *) handle; in _eglLookupSync() 125 _eglGetSyncHandle(_EGLSync *sync) in _eglGetSyncHandle()
|
D | egldriver.h | 137 _EGLSync *(*CreateSyncKHR)(_EGLDisplay *disp, EGLenum type, 139 EGLBoolean (*DestroySyncKHR)(_EGLDisplay *disp, _EGLSync *sync); 140 EGLint (*ClientWaitSyncKHR)(_EGLDisplay *disp, _EGLSync *sync, 142 EGLint (*WaitSyncKHR)(_EGLDisplay *disp, _EGLSync *sync); 144 EGLBoolean (*SignalSyncKHR)(_EGLDisplay *disp, _EGLSync *sync, EGLenum mode); 147 EGLint (*DupNativeFenceFDANDROID)(_EGLDisplay *disp, _EGLSync *sync);
|
D | eglsync.c | 42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) in _eglParseSyncAttribList() 86 _eglInitSync(_EGLSync *sync, _EGLDisplay *disp, EGLenum type, in _eglInitSync() 123 _eglGetSyncAttrib(_EGLDisplay *disp, _EGLSync *sync, in _eglGetSyncAttrib()
|
D | eglapi.c | 232 _eglCheckSync(_EGLDisplay *disp, _EGLSync *s, const char *msg) in _eglCheckSync() 1839 _EGLSync *sync; in _eglCreateSync() 1949 _eglDestroySync(_EGLDisplay *disp, _EGLSync *s) in _eglDestroySync() 1968 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySync() 1977 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySyncKHR() 1985 _EGLSync *s, EGLint flags, EGLTime timeout) in _eglClientWaitSyncCommon() 2022 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSync() 2032 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSyncKHR() 2039 _eglWaitSyncCommon(_EGLDisplay *disp, _EGLSync *s, EGLint flags) in _eglWaitSyncCommon() 2066 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSyncKHR() [all …]
|
D | egltypedefs.h | 69 typedef struct _egl_sync _EGLSync; typedef
|
D | egldisplay.c | 349 _EGLSync *sync = (_EGLSync *) list; in _eglReleaseDisplayResources()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.h | 417 _EGLSync base; 427 _EGL_DRIVER_TYPECAST(dri2_egl_sync, _EGLSync, obj)
|
D | egl_dri2.c | 3384 static _EGLSync * 3485 dri2_destroy_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_destroy_sync() 3514 dri2_dup_native_fence_fd(_EGLDisplay *disp, _EGLSync *sync) in dri2_dup_native_fence_fd() 3552 dri2_client_wait_sync(_EGLDisplay *disp, _EGLSync *sync, in dri2_client_wait_sync() 3644 dri2_signal_sync(_EGLDisplay *disp, _EGLSync *sync, EGLenum mode) in dri2_signal_sync() 3669 dri2_server_wait_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_server_wait_sync()
|