/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspvideo.h | 60 int PSP_VideoInit(_THIS); 61 void PSP_VideoQuit(_THIS); 62 void PSP_GetDisplayModes(_THIS, SDL_VideoDisplay * display); 63 int PSP_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); 64 int PSP_CreateWindow(_THIS, SDL_Window * window); 65 int PSP_CreateWindowFrom(_THIS, SDL_Window * window, const void *data); 66 void PSP_SetWindowTitle(_THIS, SDL_Window * window); 67 void PSP_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon); 68 void PSP_SetWindowPosition(_THIS, SDL_Window * window); 69 void PSP_SetWindowSize(_THIS, SDL_Window * window); [all …]
|
D | SDL_pspvideo.c | 161 PSP_VideoInit(_THIS) in PSP_VideoInit() argument 188 PSP_VideoQuit(_THIS) in PSP_VideoQuit() argument 194 PSP_GetDisplayModes(_THIS, SDL_VideoDisplay * display) in PSP_GetDisplayModes() argument 200 PSP_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in PSP_SetDisplayMode() argument 217 PSP_CreateWindow(_THIS, SDL_Window * window) in PSP_CreateWindow() argument 236 PSP_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in PSP_CreateWindowFrom() argument 242 PSP_SetWindowTitle(_THIS, SDL_Window * window) in PSP_SetWindowTitle() argument 246 PSP_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in PSP_SetWindowIcon() argument 250 PSP_SetWindowPosition(_THIS, SDL_Window * window) in PSP_SetWindowPosition() argument 254 PSP_SetWindowSize(_THIS, SDL_Window * window) in PSP_SetWindowSize() argument [all …]
|
D | SDL_pspgl_c.h | 39 extern void * PSP_GL_GetProcAddress(_THIS, const char *proc); 40 extern int PSP_GL_MakeCurrent(_THIS,SDL_Window * window, SDL_GLContext context); 41 extern void PSP_GL_SwapBuffers(_THIS); 43 extern void PSP_GL_SwapWindow(_THIS, SDL_Window * window); 44 extern SDL_GLContext PSP_GL_CreateContext(_THIS, SDL_Window * window); 46 extern int PSP_GL_LoadLibrary(_THIS, const char *path); 47 extern void PSP_GL_UnloadLibrary(_THIS); 48 extern int PSP_GL_SetSwapInterval(_THIS, int interval); 49 extern int PSP_GL_GetSwapInterval(_THIS);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_sysvideo.h | 143 #define _THIS SDL_VideoDevice *_this macro 158 int (*VideoInit) (_THIS); 164 void (*VideoQuit) (_THIS); 174 int (*GetDisplayBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); 179 …int (*GetDisplayDPI) (_THIS, SDL_VideoDisplay * display, float * ddpi, float * hdpi, float * vdpi); 184 int (*GetDisplayUsableBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); 189 void (*GetDisplayModes) (_THIS, SDL_VideoDisplay * display); 197 int (*SetDisplayMode) (_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); 203 int (*CreateWindow) (_THIS, SDL_Window * window); 204 int (*CreateWindowFrom) (_THIS, SDL_Window * window, const void *data); [all …]
|
D | SDL_egl_c.h | 85 extern int SDL_EGL_GetAttribute(_THIS, SDL_GLattr attrib, int *value); 86 extern int SDL_EGL_LoadLibrary(_THIS, const char *path, NativeDisplayType native_display); 87 extern void *SDL_EGL_GetProcAddress(_THIS, const char *proc); 88 extern void SDL_EGL_UnloadLibrary(_THIS); 89 extern int SDL_EGL_ChooseConfig(_THIS); 90 extern int SDL_EGL_SetSwapInterval(_THIS, int interval); 91 extern int SDL_EGL_GetSwapInterval(_THIS); 92 extern void SDL_EGL_DeleteContext(_THIS, SDL_GLContext context); 93 extern EGLSurface *SDL_EGL_CreateSurface(_THIS, NativeWindowType nw); 94 extern void SDL_EGL_DestroySurface(_THIS, EGLSurface egl_surface); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpivideo.h | 62 int RPI_VideoInit(_THIS); 63 void RPI_VideoQuit(_THIS); 64 void RPI_GetDisplayModes(_THIS, SDL_VideoDisplay * display); 65 int RPI_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); 66 int RPI_CreateWindow(_THIS, SDL_Window * window); 67 int RPI_CreateWindowFrom(_THIS, SDL_Window * window, const void *data); 68 void RPI_SetWindowTitle(_THIS, SDL_Window * window); 69 void RPI_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon); 70 void RPI_SetWindowPosition(_THIS, SDL_Window * window); 71 void RPI_SetWindowSize(_THIS, SDL_Window * window); [all …]
|
D | SDL_rpivideo.c | 144 RPI_VideoInit(_THIS) in RPI_VideoInit() argument 195 RPI_VideoQuit(_THIS) in RPI_VideoQuit() argument 203 RPI_GetDisplayModes(_THIS, SDL_VideoDisplay * display) in RPI_GetDisplayModes() argument 210 RPI_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in RPI_SetDisplayMode() argument 216 RPI_CreateWindow(_THIS, SDL_Window * window) in RPI_CreateWindow() argument 302 RPI_DestroyWindow(_THIS, SDL_Window * window) in RPI_DestroyWindow() argument 317 RPI_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) in RPI_CreateWindowFrom() argument 323 RPI_SetWindowTitle(_THIS, SDL_Window * window) in RPI_SetWindowTitle() argument 327 RPI_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) in RPI_SetWindowIcon() argument 331 RPI_SetWindowPosition(_THIS, SDL_Window * window) in RPI_SetWindowPosition() argument [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.h | 64 int PND_videoinit(_THIS); 65 void PND_videoquit(_THIS); 66 void PND_getdisplaymodes(_THIS, SDL_VideoDisplay * display); 67 int PND_setdisplaymode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); 68 int PND_createwindow(_THIS, SDL_Window * window); 69 int PND_createwindowfrom(_THIS, SDL_Window * window, const void *data); 70 void PND_setwindowtitle(_THIS, SDL_Window * window); 71 void PND_setwindowicon(_THIS, SDL_Window * window, SDL_Surface * icon); 72 void PND_setwindowposition(_THIS, SDL_Window * window); 73 void PND_setwindowsize(_THIS, SDL_Window * window); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.h | 76 extern void X11_SetNetWMState(_THIS, Window xwindow, Uint32 flags); 77 extern Uint32 X11_GetNetWMState(_THIS, Window xwindow); 79 extern int X11_CreateWindow(_THIS, SDL_Window * window); 80 extern int X11_CreateWindowFrom(_THIS, SDL_Window * window, const void *data); 81 extern char *X11_GetWindowTitle(_THIS, Window xwindow); 82 extern void X11_SetWindowTitle(_THIS, SDL_Window * window); 83 extern void X11_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon); 84 extern void X11_SetWindowPosition(_THIS, SDL_Window * window); 85 extern void X11_SetWindowMinimumSize(_THIS, SDL_Window * window); 86 extern void X11_SetWindowMaximumSize(_THIS, SDL_Window * window); [all …]
|
D | SDL_x11opengl.h | 57 extern int X11_GL_LoadLibrary(_THIS, const char *path); 58 extern void *X11_GL_GetProcAddress(_THIS, const char *proc); 59 extern void X11_GL_UnloadLibrary(_THIS); 60 extern XVisualInfo *X11_GL_GetVisual(_THIS, Display * display, int screen); 61 extern SDL_GLContext X11_GL_CreateContext(_THIS, SDL_Window * window); 62 extern int X11_GL_MakeCurrent(_THIS, SDL_Window * window, 64 extern int X11_GL_SetSwapInterval(_THIS, int interval); 65 extern int X11_GL_GetSwapInterval(_THIS); 66 extern void X11_GL_SwapWindow(_THIS, SDL_Window * window); 67 extern void X11_GL_DeleteContext(_THIS, SDL_GLContext context);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bwindow.h | 29 extern int BE_CreateWindow(_THIS, SDL_Window *window); 30 extern int BE_CreateWindowFrom(_THIS, SDL_Window * window, const void *data); 31 extern void BE_SetWindowTitle(_THIS, SDL_Window * window); 32 extern void BE_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon); 33 extern void BE_SetWindowPosition(_THIS, SDL_Window * window); 34 extern void BE_SetWindowSize(_THIS, SDL_Window * window); 35 extern void BE_ShowWindow(_THIS, SDL_Window * window); 36 extern void BE_HideWindow(_THIS, SDL_Window * window); 37 extern void BE_RaiseWindow(_THIS, SDL_Window * window); 38 extern void BE_MaximizeWindow(_THIS, SDL_Window * window); [all …]
|
D | SDL_bwindow.cc | 42 static int _InitWindow(_THIS, SDL_Window *window) { in _InitWindow() argument 78 int BE_CreateWindow(_THIS, SDL_Window *window) { in BE_CreateWindow() argument 87 int BE_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) { in BE_CreateWindowFrom() argument 118 void BE_SetWindowTitle(_THIS, SDL_Window * window) { in BE_SetWindowTitle() argument 124 void BE_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon) { in BE_SetWindowIcon() argument 128 void BE_SetWindowPosition(_THIS, SDL_Window * window) { in BE_SetWindowPosition() argument 135 void BE_SetWindowSize(_THIS, SDL_Window * window) { in BE_SetWindowSize() argument 142 void BE_SetWindowBordered(_THIS, SDL_Window * window, SDL_bool bordered) { in BE_SetWindowBordered() argument 148 void BE_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable) { in BE_SetWindowResizable() argument 154 void BE_ShowWindow(_THIS, SDL_Window * window) { in BE_ShowWindow() argument [all …]
|
D | SDL_bopengl.h | 32 extern int BE_GL_LoadLibrary(_THIS, const char *path); /* FIXME */ 33 extern void *BE_GL_GetProcAddress(_THIS, const char *proc); /* FIXME */ 34 extern void BE_GL_UnloadLibrary(_THIS); /* TODO */ 35 extern int BE_GL_MakeCurrent(_THIS, SDL_Window * window, 37 extern int BE_GL_SetSwapInterval(_THIS, int interval); /* TODO */ 38 extern int BE_GL_GetSwapInterval(_THIS); /* TODO */ 39 extern void BE_GL_SwapWindow(_THIS, SDL_Window * window); 40 extern SDL_GLContext BE_GL_CreateContext(_THIS, SDL_Window * window); 41 extern void BE_GL_DeleteContext(_THIS, SDL_GLContext context); 43 extern void BE_GL_RebootContexts(_THIS);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowswindow.h | 53 extern int WIN_CreateWindow(_THIS, SDL_Window * window); 54 extern int WIN_CreateWindowFrom(_THIS, SDL_Window * window, const void *data); 55 extern void WIN_SetWindowTitle(_THIS, SDL_Window * window); 56 extern void WIN_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon); 57 extern void WIN_SetWindowPosition(_THIS, SDL_Window * window); 58 extern void WIN_SetWindowSize(_THIS, SDL_Window * window); 59 extern int WIN_SetWindowOpacity(_THIS, SDL_Window * window, float opacity); 60 extern void WIN_ShowWindow(_THIS, SDL_Window * window); 61 extern void WIN_HideWindow(_THIS, SDL_Window * window); 62 extern void WIN_RaiseWindow(_THIS, SDL_Window * window); [all …]
|
D | SDL_windowsopengl.h | 56 extern int WIN_GL_LoadLibrary(_THIS, const char *path); 57 extern void *WIN_GL_GetProcAddress(_THIS, const char *proc); 58 extern void WIN_GL_UnloadLibrary(_THIS); 59 extern int WIN_GL_SetupWindow(_THIS, SDL_Window * window); 60 extern SDL_GLContext WIN_GL_CreateContext(_THIS, SDL_Window * window); 61 extern int WIN_GL_MakeCurrent(_THIS, SDL_Window * window, 63 extern int WIN_GL_SetSwapInterval(_THIS, int interval); 64 extern int WIN_GL_GetSwapInterval(_THIS); 65 extern void WIN_GL_SwapWindow(_THIS, SDL_Window * window); 66 extern void WIN_GL_DeleteContext(_THIS, SDL_GLContext context); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirwindow.h | 44 MIR_CreateWindow(_THIS, SDL_Window* window); 47 MIR_DestroyWindow(_THIS, SDL_Window* window); 50 MIR_SetWindowFullscreen(_THIS, SDL_Window* window, 55 MIR_MaximizeWindow(_THIS, SDL_Window* window); 58 MIR_MinimizeWindow(_THIS, SDL_Window* window); 61 MIR_RestoreWindow(_THIS, SDL_Window* window); 64 MIR_HideWindow(_THIS, SDL_Window* window); 67 MIR_GetWindowWMInfo(_THIS, SDL_Window* window, SDL_SysWMinfo* info); 70 MIR_SetWindowSize(_THIS, SDL_Window* window); 73 MIR_SetWindowMinimumSize(_THIS, SDL_Window* window); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_window.h | 57 extern int DirectFB_CreateWindow(_THIS, SDL_Window * window); 58 extern int DirectFB_CreateWindowFrom(_THIS, SDL_Window * window, 60 extern void DirectFB_SetWindowTitle(_THIS, SDL_Window * window); 61 extern void DirectFB_SetWindowIcon(_THIS, SDL_Window * window, 64 extern void DirectFB_SetWindowPosition(_THIS, SDL_Window * window); 65 extern void DirectFB_SetWindowSize(_THIS, SDL_Window * window); 66 extern void DirectFB_ShowWindow(_THIS, SDL_Window * window); 67 extern void DirectFB_HideWindow(_THIS, SDL_Window * window); 68 extern void DirectFB_RaiseWindow(_THIS, SDL_Window * window); 69 extern void DirectFB_MaximizeWindow(_THIS, SDL_Window * window); [all …]
|
D | SDL_DirectFB_opengl.h | 43 extern int DirectFB_GL_Initialize(_THIS); 44 extern void DirectFB_GL_Shutdown(_THIS); 46 extern int DirectFB_GL_LoadLibrary(_THIS, const char *path); 47 extern void *DirectFB_GL_GetProcAddress(_THIS, const char *proc); 48 extern SDL_GLContext DirectFB_GL_CreateContext(_THIS, SDL_Window * window); 49 extern int DirectFB_GL_MakeCurrent(_THIS, SDL_Window * window, 51 extern int DirectFB_GL_SetSwapInterval(_THIS, int interval); 52 extern int DirectFB_GL_GetSwapInterval(_THIS); 53 extern void DirectFB_GL_SwapWindow(_THIS, SDL_Window * window); 54 extern void DirectFB_GL_DeleteContext(_THIS, SDL_GLContext context); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.h | 119 extern int Cocoa_CreateWindow(_THIS, SDL_Window * window); 120 extern int Cocoa_CreateWindowFrom(_THIS, SDL_Window * window, 122 extern void Cocoa_SetWindowTitle(_THIS, SDL_Window * window); 123 extern void Cocoa_SetWindowIcon(_THIS, SDL_Window * window, SDL_Surface * icon); 124 extern void Cocoa_SetWindowPosition(_THIS, SDL_Window * window); 125 extern void Cocoa_SetWindowSize(_THIS, SDL_Window * window); 126 extern void Cocoa_SetWindowMinimumSize(_THIS, SDL_Window * window); 127 extern void Cocoa_SetWindowMaximumSize(_THIS, SDL_Window * window); 128 extern int Cocoa_SetWindowOpacity(_THIS, SDL_Window * window, float opacity); 129 extern void Cocoa_ShowWindow(_THIS, SDL_Window * window); [all …]
|
D | SDL_cocoaopengl.h | 51 extern int Cocoa_GL_LoadLibrary(_THIS, const char *path); 52 extern void *Cocoa_GL_GetProcAddress(_THIS, const char *proc); 53 extern void Cocoa_GL_UnloadLibrary(_THIS); 54 extern SDL_GLContext Cocoa_GL_CreateContext(_THIS, SDL_Window * window); 55 extern int Cocoa_GL_MakeCurrent(_THIS, SDL_Window * window, 57 extern void Cocoa_GL_GetDrawableSize(_THIS, SDL_Window * window, 59 extern int Cocoa_GL_SetSwapInterval(_THIS, int interval); 60 extern int Cocoa_GL_GetSwapInterval(_THIS); 61 extern void Cocoa_GL_SwapWindow(_THIS, SDL_Window * window); 62 extern void Cocoa_GL_DeleteContext(_THIS, SDL_GLContext context);
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_sysaudio.h | 35 #define _THIS SDL_AudioDevice *_this macro 76 int (*OpenDevice) (_THIS, void *handle, const char *devname, int iscapture); 77 void (*ThreadInit) (_THIS); /* Called by audio thread at start */ 78 void (*WaitDevice) (_THIS); 79 void (*PlayDevice) (_THIS); 80 int (*GetPendingBytes) (_THIS); 81 Uint8 *(*GetDeviceBuf) (_THIS); 82 int (*CaptureFromDevice) (_THIS, void *buffer, int buflen); 83 void (*FlushCapture) (_THIS); 84 … void (*PrepareToClose) (_THIS); /**< Called between run and draining wait for playback devices */ [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/ |
D | SDL_vivantevideo.h | 70 int VIVANTE_VideoInit(_THIS); 71 void VIVANTE_VideoQuit(_THIS); 72 void VIVANTE_GetDisplayModes(_THIS, SDL_VideoDisplay * display); 73 int VIVANTE_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); 74 int VIVANTE_CreateWindow(_THIS, SDL_Window * window); 75 void VIVANTE_SetWindowTitle(_THIS, SDL_Window * window); 76 void VIVANTE_SetWindowPosition(_THIS, SDL_Window * window); 77 void VIVANTE_SetWindowSize(_THIS, SDL_Window * window); 78 void VIVANTE_ShowWindow(_THIS, SDL_Window * window); 79 void VIVANTE_HideWindow(_THIS, SDL_Window * window); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/ |
D | SDL_naclopengles.h | 26 extern int NACL_GLES_LoadLibrary(_THIS, const char *path); 27 extern void *NACL_GLES_GetProcAddress(_THIS, const char *proc); 28 extern void NACL_GLES_UnloadLibrary(_THIS); 29 extern SDL_GLContext NACL_GLES_CreateContext(_THIS, SDL_Window * window); 30 extern int NACL_GLES_MakeCurrent(_THIS, SDL_Window * window, SDL_GLContext context); 31 extern int NACL_GLES_SetSwapInterval(_THIS, int interval); 32 extern int NACL_GLES_GetSwapInterval(_THIS); 33 extern void NACL_GLES_SwapWindow(_THIS, SDL_Window * window); 34 extern void NACL_GLES_DeleteContext(_THIS, SDL_GLContext context);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandwindow.h | 49 extern void Wayland_ShowWindow(_THIS, SDL_Window *window); 50 extern void Wayland_SetWindowFullscreen(_THIS, SDL_Window * window, 53 extern void Wayland_MaximizeWindow(_THIS, SDL_Window * window); 54 extern void Wayland_RestoreWindow(_THIS, SDL_Window * window); 55 extern int Wayland_CreateWindow(_THIS, SDL_Window *window); 56 extern void Wayland_SetWindowSize(_THIS, SDL_Window * window); 57 extern void Wayland_SetWindowTitle(_THIS, SDL_Window * window); 58 extern void Wayland_DestroyWindow(_THIS, SDL_Window *window); 61 Wayland_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitwindow.h | 29 extern int UIKit_CreateWindow(_THIS, SDL_Window * window); 30 extern void UIKit_SetWindowTitle(_THIS, SDL_Window * window); 31 extern void UIKit_ShowWindow(_THIS, SDL_Window * window); 32 extern void UIKit_HideWindow(_THIS, SDL_Window * window); 33 extern void UIKit_RaiseWindow(_THIS, SDL_Window * window); 34 extern void UIKit_SetWindowBordered(_THIS, SDL_Window * window, SDL_bool bordered); 35 extern void UIKit_SetWindowFullscreen(_THIS, SDL_Window * window, SDL_VideoDisplay * display, SDL_b… 36 extern void UIKit_DestroyWindow(_THIS, SDL_Window * window); 37 extern SDL_bool UIKit_GetWindowWMInfo(_THIS, SDL_Window * window,
|