Home
last modified time | relevance | path

Searched refs:_EGLSync (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/egl/main/
Deglsync.h52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
57 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
64 static INLINE _EGLSync *
65 _eglGetSync(_EGLSync *sync) in _eglGetSync()
77 _eglPutSync(_EGLSync *sync) in _eglPutSync()
88 _eglLinkSync(_EGLSync *sync) in _eglLinkSync()
99 _eglUnlinkSync(_EGLSync *sync) in _eglUnlinkSync()
109 static INLINE _EGLSync *
112 _EGLSync *sync = (_EGLSync *) handle; in _eglLookupSync()
123 _eglGetSyncHandle(_EGLSync *sync) in _eglGetSyncHandle()
Deglsync.c40 _eglParseSyncAttribList(_EGLSync *sync, const EGLint *attrib_list) in _eglParseSyncAttribList()
69 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, in _eglInitSync()
92 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in _eglGetSyncAttribKHR()
Deglapi.h106 typedef _EGLSync *(*CreateSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLenum type, const EGLint …
107 typedef EGLBoolean (*DestroySyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync);
108 typedef EGLint (*ClientWaitSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLint fla…
109 typedef EGLBoolean (*SignalSyncKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLenum mo…
110 typedef EGLBoolean (*GetSyncAttribKHR_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLint …
Degltypedefs.h67 typedef struct _egl_sync _EGLSync; typedef
Deglapi.c221 _eglCheckSync(_EGLDisplay *disp, _EGLSync *s, const char *msg) in _eglCheckSync()
1350 _EGLSync *sync; in eglCreateSyncKHR()
1368 _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()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_sync.h34 _EGLSync *
39 egl_g3d_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync);
42 egl_g3d_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
46 egl_g3d_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
Degl_g3d_sync.c151 _EGLSync *
200 egl_g3d_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync) in egl_g3d_destroy_sync()
222 egl_g3d_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in egl_g3d_client_wait_sync()
263 egl_g3d_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in egl_g3d_signal_sync()
Degl_g3d.h103 _EGLSync base;
112 _EGL_DRIVER_TYPECAST(egl_g3d_sync, _EGLSync, obj)