Searched refs:_eglLookupSync (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglsync.h | 114 _eglLookupSync(EGLSync handle, _EGLDisplay *dpy) in _eglLookupSync() function
|
D | eglapi.c | 1878 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySync() 1887 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySyncKHR() 1933 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSync() 1943 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSyncKHR() 1976 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSyncKHR() 1990 _EGLSync *s = _eglLookupSync(sync, disp); in eglWaitSync() 2000 _EGLSync *s = _eglLookupSync(sync, disp); in eglSignalSyncKHR() 2033 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttrib() 2043 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttribKHR() 2070 _EGLSync *s = _eglLookupSync(sync, disp); in eglDupNativeFenceFDANDROID()
|