Home
last modified time | relevance | path

Searched refs:EGLSurface (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_egl_c.h69 EGLSurface(EGLAPIENTRY *eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config,
72 EGLSurface(EGLAPIENTRY *eglCreateWindowSurface) (EGLDisplay dpy,
76 EGLBoolean(EGLAPIENTRY *eglDestroySurface) (EGLDisplay dpy, EGLSurface surface);
78 EGLBoolean(EGLAPIENTRY *eglMakeCurrent) (EGLDisplay dpy, EGLSurface draw,
79 EGLSurface read, EGLContext ctx);
81 EGLBoolean(EGLAPIENTRY *eglSwapBuffers) (EGLDisplay dpy, EGLSurface draw);
123 extern EGLSurface *SDL_EGL_CreateSurface(_THIS, NativeWindowType nw);
124 extern void SDL_EGL_DestroySurface(_THIS, EGLSurface egl_surface);
126 extern EGLSurface SDL_EGL_CreateOffscreenSurface(_THIS, int width, int height);
131 extern SDL_GLContext SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface);
[all …]
A DSDL_egl.c834 SDL_EGL_CreateContext(_THIS, EGLSurface egl_surface) in SDL_EGL_CreateContext()
998 SDL_EGL_MakeCurrent(_THIS, EGLSurface egl_surface, SDL_GLContext context) in SDL_EGL_MakeCurrent()
1051 SDL_EGL_SwapBuffers(_THIS, EGLSurface egl_surface) in SDL_EGL_SwapBuffers()
1075 EGLSurface *
1082 EGLSurface * surface; in SDL_EGL_CreateSurface()
1130 EGLSurface
1150 SDL_EGL_DestroySurface(_THIS, EGLSurface egl_surface) in SDL_EGL_DestroySurface()
/AliOS-Things-master/components/SDL2/src/video/khronos/EGL/
A Degl.h59 typedef void *EGLSurface; typedef
100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy…
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi…
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGL…
140 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute…
141 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface);
163 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
[all …]
A Deglext.h248 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, con…
249 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface);
251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *…
252 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface);
265 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attr…
284 EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *re…
448 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, EGLi…
520 EGLAPI EGLBoolean EGLAPIENTRY eglPresentationTimeANDROID (EGLDisplay dpy, EGLSurface surface, EGLns…
901 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI (EGLDisplay dpy, EGLConfig config, struct EG…
1029 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWin…
[all …]
/AliOS-Things-master/components/SDL2/include/
A DSDL_egl.h540 typedef void *EGLSurface; typedef
581 #define EGL_NO_SURFACE ((EGLSurface)0)
603 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy…
609 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
613 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
618 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGL…
622 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface);
644 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
645 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer…
993 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface);
[all …]
A DSDL_syswm.h103 typedef void *EGLSurface; typedef
279 EGLSurface surface;
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenwindow.h32 EGLSurface egl_surface;
A DSDL_offscreenopengl.c43 EGLSurface egl_surface = ((OFFSCREEN_Window*)window->driverdata)->egl_surface; in OFFSCREEN_GL_MakeCurrent()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.h38 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dgl.c175 EGLSurface surface; in glCreateContext()
252 EGLSurface surface = NULL; in glMakeCurrent()
A Dsdl_qnx.h32 EGLSurface surface;
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspgl_c.h35 EGLSurface surface;
A DSDL_pspgl.c83 EGLSurface surface; in PSP_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidwindow.h40 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtopengles.h56 typedef EGLSurface (EGLAPIENTRY *eglCreateWindowSurface_Old_Function)(EGLDisplay, EGLConfig, WINRT_…
A DSDL_winrtvideo_cpp.h99 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.h62 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.h64 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.h54 EGLSurface gles_surface; /* OpenGL ES target rendering surface */
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.h49 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.h76 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.h55 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.h72 EGLSurface egl_surface;
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.h123 EGLSurface egl_surface;

Completed in 33 milliseconds