Lines Matching refs:_EGLSync
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()
2058 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSync()
2068 _EGLSync *s = _eglLookupSync(sync, disp); in eglSignalSyncKHR()
2082 _eglGetSyncAttribCommon(_EGLDisplay *disp, _EGLSync *s, EGLint attribute, EGLAttrib *value) in _eglGetSyncAttribCommon()
2100 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttrib()
2114 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttribKHR()
2141 _EGLSync *s = _eglLookupSync(sync, disp); in eglDupNativeFenceFDANDROID()