Searched refs:EGLAPI (Results 1 – 4 of 4) sorted by relevance
131 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay (void);132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);134 EGLAPI EGLint EGLAPIENTRY eglGetError (void);142 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);144 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative (EGLint engine);202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);203 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI (void);205 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void);206 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);[all …]
131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);252 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface);599 EGLAPI EGLBoolean EGLAPIENTRY eglCompositorBindTexWindowEXT (EGLint external_win_id);1149 EGLAPI EGLBoolean EGLAPIENTRY eglResetStreamNV (EGLDisplay dpy, EGLStreamKHR stream);1205 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncNV (EGLSyncNV sync);1206 EGLAPI EGLBoolean EGLAPIENTRY eglFenceNV (EGLSyncNV sync);1208 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncNV (EGLSyncNV sync, EGLenum mode);1221 EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeFrequencyNV (void);[all …]
49 #ifndef EGLAPI50 #define EGLAPI KHRONOS_APICALL macro
368 #ifndef EGLAPI369 #define EGLAPI KHRONOS_APICALL macro612 EGLAPI EGLDisplay EGLAPIENTRY eglGetCurrentDisplay (void);615 EGLAPI EGLint EGLAPIENTRY eglGetError (void);624 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);683 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);684 EGLAPI EGLenum EGLAPIENTRY eglQueryAPI (void);686 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void);687 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);716 EGLAPI EGLContext EGLAPIENTRY eglGetCurrentContext (void);[all …]
Completed in 16 milliseconds