Searched refs:EGLBoolean (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/ |
A D | eglext.h | 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); 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 D | egl.h | 54 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 D | SDL_egl.h | 537 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 D | SDL_egl_c.h | 51 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 D | SDL_egl.c | 1024 EGLBoolean status; in SDL_EGL_SetSwapInterval()
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspgl.c | 156 EGLBoolean status; in PSP_GL_SetSwapInterval() 186 EGLBoolean status; in PSP_GL_DeleteContext()
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.c | 218 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 D | SDL_emscriptenopengles.c | 91 … EGLBoolean 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 D | gl.c | 74 EGLBoolean rc; in glGetConfig()
|
Completed in 22 milliseconds