Home
last modified time | relevance | path

Searched refs:EGLBoolean (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A Deglext.h131 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);
599 EGLAPI EGLBoolean EGLAPIENTRY eglCompositorBindTexWindowEXT (EGLint external_win_id);
719 …f EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDMABUFMODIFIERSEXTPROC) (EGLDisplay dpy, EGLint format, EGLi…
722 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDmaBufModifiersEXT (EGLDisplay dpy, EGLint format, EGLint max…
1198 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCNVPROC) (EGLSyncNV sync);
1199 typedef EGLBoolean (EGLAPIENTRYP PFNEGLFENCENVPROC) (EGLSyncNV sync);
1205 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncNV (EGLSyncNV sync);
1206 EGLAPI EGLBoolean EGLAPIENTRY eglFenceNV (EGLSyncNV sync);
[all …]
A Degl.h54 typedef unsigned int EGLBoolean; typedef
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
142 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);
143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
144 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative (EGLint engine);
166 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);
202 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);
205 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void);
206 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);
288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
[all …]
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h537 typedef unsigned int EGLBoolean; typedef
623 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);
624 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
625 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative (EGLint engine);
683 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI (EGLenum api);
686 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void);
687 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient (void);
769 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync);
1631 typedef EGLBoolean (EGLAPIENTRYP PFNEGLFENCENVPROC) (EGLSyncNV sync);
1637 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncNV (EGLSyncNV sync);
[all …]
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl_c.h51 EGLBoolean(EGLAPIENTRY *eglInitialize) (EGLDisplay dpy, EGLint * major,
53 EGLBoolean(EGLAPIENTRY *eglTerminate) (EGLDisplay dpy);
57 EGLBoolean(EGLAPIENTRY *eglChooseConfig) (EGLDisplay dpy,
67 EGLBoolean(EGLAPIENTRY *eglDestroyContext) (EGLDisplay dpy, EGLContext ctx);
78 EGLBoolean(EGLAPIENTRY *eglMakeCurrent) (EGLDisplay dpy, EGLSurface draw,
81 EGLBoolean(EGLAPIENTRY *eglSwapBuffers) (EGLDisplay dpy, EGLSurface draw);
83 EGLBoolean(EGLAPIENTRY *eglSwapInterval) (EGLDisplay dpy, EGLint interval);
92 EGLBoolean(EGLAPIENTRY *eglWaitNative) (EGLint engine);
94 EGLBoolean(EGLAPIENTRY *eglWaitGL)(void);
96 EGLBoolean(EGLAPIENTRY *eglBindAPI)(EGLenum);
[all …]
A DSDL_egl.c1024 EGLBoolean status; in SDL_EGL_SetSwapInterval()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspgl.c156 EGLBoolean status; in PSP_GL_SetSwapInterval()
186 EGLBoolean status; in PSP_GL_DeleteContext()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c218 EGLBoolean initstatus; in PND_createwindow()
406 EGLBoolean status; in PND_gl_createcontext()
711 EGLBoolean status; in PND_gl_makecurrent()
754 EGLBoolean status; in PND_gl_setswapinterval()
805 EGLBoolean status; in PND_gl_deletecontext()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenopengles.c91EGLBoolean ret = SDL_EGL_SwapBuffers(_this, ((SDL_WindowData *) window->driverdata)->egl_surface); in SDL_EGL_MakeCurrent_impl()
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dgl.c74 EGLBoolean rc; in glGetConfig()

Completed in 22 milliseconds