Searched refs:_eglLookupSync (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | eglsync.h | 114 _eglLookupSync(EGLSync handle, _EGLDisplay *disp) in _eglLookupSync() function
|
D | eglapi.c | 1957 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySync() 1966 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySyncKHR() 2011 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSync() 2021 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSyncKHR() 2055 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSyncKHR() 2069 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSync() 2079 _EGLSync *s = _eglLookupSync(sync, disp); in eglSignalSyncKHR() 2111 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttrib() 2125 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttribKHR() 2152 _EGLSync *s = _eglLookupSync(sync, disp); in eglDupNativeFenceFDANDROID()
|