Home
last modified time | relevance | path

Searched refs:_eglLookupSync (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/egl/main/
Deglsync.h110 _eglLookupSync(EGLSyncKHR handle, _EGLDisplay *dpy) in _eglLookupSync() function
Deglapi.c1368 _EGLSync *s = _eglLookupSync(sync, disp); in eglDestroySyncKHR()
1386 _EGLSync *s = _eglLookupSync(sync, disp); in eglClientWaitSyncKHR()
1402 _EGLSync *s = _eglLookupSync(sync, disp); in eglSignalSyncKHR()
1418 _EGLSync *s = _eglLookupSync(sync, disp); in eglGetSyncAttribKHR()