OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EGLSync
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/include/EGL/
egl.h
240
typedef void *
EGLSync
;
269
#define EGL_NO_SYNC EGL_CAST(
EGLSync
,0)
287
EGLAPI
EGLSync
EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
288
EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy,
EGLSync
sync);
289
EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy,
EGLSync
sync, EGLint flags, EGLTime timeout);
290
EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy,
EGLSync
sync, EGLint attribute, EGLAttrib *value);
296
EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy,
EGLSync
sync, EGLint flags);
/external/swiftshader/include/EGL/
egl.h
240
typedef void *
EGLSync
;
269
#define EGL_NO_SYNC EGL_CAST(
EGLSync
,0)
287
EGLAPI
EGLSync
EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
288
EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy,
EGLSync
sync);
289
EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy,
EGLSync
sync, EGLint flags, EGLTime timeout);
290
EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy,
EGLSync
sync, EGLint attribute, EGLAttrib *value);
296
EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy,
EGLSync
sync, EGLint flags);
Completed in 1890 milliseconds