/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/ |
D | SDL_nullvideo.c | 71 DUMMY_DeleteDevice(SDL_VideoDevice * device) in DUMMY_DeleteDevice() 76 static SDL_VideoDevice * 79 SDL_VideoDevice *device; in DUMMY_CreateDevice() 82 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in DUMMY_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidvideo.c | 88 Android_DeleteDevice(SDL_VideoDevice * device) in Android_DeleteDevice() 94 static SDL_VideoDevice * 97 SDL_VideoDevice *device; in Android_CreateDevice() 101 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in Android_CreateDevice() 211 SDL_VideoDevice* device = SDL_GetVideoDevice(); in Android_SetScreenResolution()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bvideo.cc | 49 static SDL_VideoDevice * 52 SDL_VideoDevice *device; in BE_CreateDevice() 56 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in BE_CreateDevice() 128 void BE_DeleteDevice(SDL_VideoDevice * device) in BE_DeleteDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/ |
D | SDL_naclvideo.c | 81 static void NACL_DeleteDevice(SDL_VideoDevice *device) { in NACL_DeleteDevice() 94 static SDL_VideoDevice *NACL_CreateDevice(int devindex) { in NACL_CreateDevice() 95 SDL_VideoDevice *device; in NACL_CreateDevice() 98 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in NACL_CreateDevice()
|
D | SDL_naclvideo.h | 32 #define _THIS SDL_VideoDevice *_this
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_clipboard.c | 30 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in SDL_SetClipboardText() 51 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in SDL_GetClipboardText() 72 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in SDL_HasClipboardText()
|
D | SDL_sysvideo.h | 35 typedef struct SDL_VideoDevice SDL_VideoDevice; typedef 134 SDL_VideoDevice *device; 143 #define _THIS SDL_VideoDevice *_this 145 struct SDL_VideoDevice struct 366 SDL_VideoDevice *(*create) (int devindex); argument 421 extern SDL_VideoDevice *SDL_GetVideoDevice(void);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspvideo.c | 52 PSP_Destroy(SDL_VideoDevice * device) in PSP_Destroy() 61 static SDL_VideoDevice * 64 SDL_VideoDevice *device; in PSP_Create() 77 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in PSP_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandmouse.c | 105 SDL_VideoDevice *vd = SDL_GetVideoDevice(); in create_buffer_from_shm() 156 SDL_VideoDevice *vd = SDL_GetVideoDevice (); in Wayland_CreateCursor() 232 SDL_VideoDevice *device = SDL_GetVideoDevice(); in Wayland_CreateDefaultCursor() 243 SDL_VideoDevice *vd = SDL_GetVideoDevice(); in Wayland_CreateSystemCursor() 322 SDL_VideoDevice *vd = SDL_GetVideoDevice(); in Wayland_ShowCursor() 368 SDL_VideoDevice *vd = SDL_GetVideoDevice(); in Wayland_SetRelativeMouseMode()
|
D | SDL_waylandvideo.c | 127 Wayland_DeleteDevice(SDL_VideoDevice *device) in Wayland_DeleteDevice() 133 static SDL_VideoDevice * 136 SDL_VideoDevice *device; in Wayland_CreateDevice() 143 device = SDL_calloc(1, sizeof(SDL_VideoDevice)); in Wayland_CreateDevice()
|
D | SDL_waylandevents.c | 586 SDL_VideoDevice *vd = SDL_GetVideoDevice(); in Wayland_input_lock_pointer() 618 SDL_VideoDevice *vd = SDL_GetVideoDevice(); in Wayland_input_unlock_pointer()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenvideo.c | 63 Emscripten_DeleteDevice(SDL_VideoDevice * device) in Emscripten_DeleteDevice() 68 static SDL_VideoDevice * 71 SDL_VideoDevice *device; in Emscripten_CreateDevice() 74 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in Emscripten_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpivideo.c | 60 RPI_Destroy(SDL_VideoDevice * device) in RPI_Destroy() 69 static SDL_VideoDevice * 72 SDL_VideoDevice *device; in RPI_Create() 76 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in RPI_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/ |
D | SDL_vivantevideo.c | 49 VIVANTE_Destroy(SDL_VideoDevice * device) in VIVANTE_Destroy() 57 static SDL_VideoDevice * 60 SDL_VideoDevice *device; in VIVANTE_Create() 64 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in VIVANTE_Create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitvideo.m | 59 static void UIKit_DeleteDevice(SDL_VideoDevice * device) 67 static SDL_VideoDevice * 71 SDL_VideoDevice *device; 75 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice));
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_video.c | 68 static SDL_VideoDevice *DirectFB_CreateDevice(int devindex); 91 DirectFB_DeleteDevice(SDL_VideoDevice * device) in DirectFB_DeleteDevice() 98 static SDL_VideoDevice * 101 SDL_VideoDevice *device; in DirectFB_CreateDevice() 108 SDL_DFB_ALLOC_CLEAR(device, sizeof(SDL_VideoDevice)); in DirectFB_CreateDevice()
|
D | SDL_DirectFB_mouse.c | 83 SDL_VideoDevice *dev = SDL_GetVideoDevice(); in DirectFB_CreateDefaultCursor() 138 SDL_VideoDevice *dev = SDL_GetVideoDevice(); in DirectFB_CreateCursor()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.c | 110 X11_DeleteDevice(SDL_VideoDevice * device) in X11_DeleteDevice() 129 SDL_VideoDevice *device = NULL; in X11_SafetyNetErrHandler() 153 static SDL_VideoDevice * 156 SDL_VideoDevice *device; in X11_CreateDevice() 169 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in X11_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 73 WIN_DeleteDevice(SDL_VideoDevice * device) in WIN_DeleteDevice() 89 static SDL_VideoDevice * 92 SDL_VideoDevice *device; in WIN_CreateDevice() 98 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in WIN_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoavideo.m | 44 Cocoa_DeleteDevice(SDL_VideoDevice * device) 50 static SDL_VideoDevice * 53 SDL_VideoDevice *device; 59 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice));
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirvideo.c | 110 MIR_DeleteDevice(SDL_VideoDevice* device) in MIR_DeleteDevice() 121 static SDL_VideoDevice* 125 SDL_VideoDevice* device = NULL; in MIR_CreateDevice() 131 device = SDL_calloc(1, sizeof(SDL_VideoDevice)); in MIR_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.c | 51 PND_destroy(SDL_VideoDevice * device) in PND_destroy() 60 static SDL_VideoDevice * 63 SDL_VideoDevice *device; in PND_create() 75 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in PND_create()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtvideo.cpp | 106 WINRT_DeleteDevice(SDL_VideoDevice * device) in WINRT_DeleteDevice() 119 static SDL_VideoDevice * 122 SDL_VideoDevice *device; in WINRT_CreateDevice() 126 device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice)); in WINRT_CreateDevice()
|
D | SDL_winrtmessagebox.cpp | 59 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in WINRT_ShowMessageBox()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_keyboard.c | 638 SDL_VideoDevice *video = SDL_GetVideoDevice(); in SDL_SetKeyboardFocus() 652 SDL_VideoDevice *video = SDL_GetVideoDevice(); in SDL_SetKeyboardFocus()
|