Searched refs:_EGLSync (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglsync.h | 56 _eglInitSync(_EGLSync *sync, _EGLDisplay *disp, EGLenum type, 61 _eglGetSyncAttrib(_EGLDisplay *disp, _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()
|
D | egldriver.h | 139 _EGLSync *(*CreateSyncKHR)(_EGLDisplay *disp, EGLenum type, 141 EGLBoolean (*DestroySyncKHR)(_EGLDisplay *disp, _EGLSync *sync); 142 EGLint (*ClientWaitSyncKHR)(_EGLDisplay *disp, _EGLSync *sync, 144 EGLint (*WaitSyncKHR)(_EGLDisplay *disp, _EGLSync *sync); 146 EGLBoolean (*SignalSyncKHR)(_EGLDisplay *disp, _EGLSync *sync, EGLenum mode); 149 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 | egltypedefs.h | 69 typedef struct _egl_sync _EGLSync; typedef
|
D | eglapi.c | 233 _eglCheckSync(_EGLDisplay *disp, _EGLSync *s, const char *msg) in _eglCheckSync() 1817 _EGLSync *sync; in _eglCreateSync() 1927 _eglDestroySync(_EGLDisplay *disp, _EGLSync *s) in _eglDestroySync() 1946 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySync() 1955 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySyncKHR() 1963 _EGLSync *s, EGLint flags, EGLTime timeout) in _eglClientWaitSyncCommon() 2000 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSync() 2010 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSyncKHR() 2017 _eglWaitSyncCommon(_EGLDisplay *disp, _EGLSync *s, EGLint flags) in _eglWaitSyncCommon() 2044 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSyncKHR() [all …]
|
D | egldisplay.c | 334 _EGLSync *sync = (_EGLSync *) list; in _eglReleaseDisplayResources()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.h | 367 _EGLSync base; 383 _EGL_DRIVER_TYPECAST(dri2_egl_sync, _EGLSync, obj)
|
D | egl_dri2.c | 3343 static _EGLSync * 3444 dri2_destroy_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_destroy_sync() 3473 dri2_dup_native_fence_fd(_EGLDisplay *disp, _EGLSync *sync) in dri2_dup_native_fence_fd() 3509 dri2_client_wait_sync(_EGLDisplay *disp, _EGLSync *sync, in dri2_client_wait_sync() 3601 dri2_signal_sync(_EGLDisplay *disp, _EGLSync *sync, EGLenum mode) in dri2_signal_sync() 3626 dri2_server_wait_sync(_EGLDisplay *disp, _EGLSync *sync) in dri2_server_wait_sync()
|