Lines Matching refs:_EGLSync
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()
2080 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSync()
2090 _EGLSync *s = _eglLookupSync(sync, disp); in eglSignalSyncKHR()
2104 _eglGetSyncAttribCommon(_EGLDisplay *disp, _EGLSync *s, EGLint attribute, EGLAttrib *value) in _eglGetSyncAttribCommon()
2122 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttrib()
2136 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttribKHR()
2163 _EGLSync *s = _eglLookupSync(sync, disp); in eglDupNativeFenceFDANDROID()