Searched refs:SDL_GetVideoDevice (Results 1 – 23 of 23) sorted by relevance
/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_shape.c | 38 result->shaper = SDL_GetVideoDevice()->shape_driver.CreateShaper(result); in SDL_CreateShapedWindow() 259 result = SDL_GetVideoDevice()->shape_driver.SetWindowShape(window->shaper,shape,shape_mode); in SDL_SetWindowShape()
|
D | SDL_sysvideo.h | 421 extern SDL_VideoDevice *SDL_GetVideoDevice(void);
|
D | SDL_video.c | 571 SDL_GetVideoDevice(void) in SDL_GetVideoDevice() function
|
/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_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/mir/ |
D | SDL_mirmouse.c | 111 MIR_Data* mir_data = (MIR_Data*)SDL_GetVideoDevice()->driverdata; in MIR_CreateCursor() 219 MIR_Data* mir_data = (MIR_Data*)SDL_GetVideoDevice()->driverdata; in MIR_ShowCursor()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11mouse.c | 39 return ((SDL_VideoData *)SDL_GetVideoDevice()->driverdata)->display; in GetDisplay() 293 SDL_VideoDevice *video = SDL_GetVideoDevice(); in X11_ShowCursor() 369 SDL_VideoData *videodata = (SDL_VideoData *) SDL_GetVideoDevice()->driverdata; in X11_GetGlobalMouseState()
|
D | SDL_x11video.c | 133 device = SDL_GetVideoDevice(); in X11_SafetyNetErrHandler()
|
D | SDL_x11messagebox.c | 442 const SDL_VideoDevice *dev = SDL_GetVideoDevice(); in X11_MessageBoxCreateWindow()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtmessagebox.cpp | 59 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in WINRT_ShowMessageBox()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_mouse.c | 83 SDL_VideoDevice *dev = SDL_GetVideoDevice(); in DirectFB_CreateDefaultCursor() 138 SDL_VideoDevice *dev = SDL_GetVideoDevice(); in DirectFB_CreateCursor()
|
D | SDL_DirectFB_window.c | 496 DirectFB_GL_FreeWindowContexts(SDL_GetVideoDevice(), window); in DirectFB_AdjustWindowSurface() 522 DirectFB_WM_RedrawLayout(SDL_GetVideoDevice(), window); in DirectFB_AdjustWindowSurface() 525 DirectFB_GL_ReAllocWindowContexts(SDL_GetVideoDevice(), window); in DirectFB_AdjustWindowSurface()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidvideo.c | 211 SDL_VideoDevice* device = SDL_GetVideoDevice(); in Android_SetScreenResolution()
|
/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()
|
D | SDL_events.c | 397 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in SDL_PumpEvents()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitappdelegate.m | 439 SDL_VideoDevice *_this = SDL_GetVideoDevice(); 467 SDL_VideoDevice *_this = SDL_GetVideoDevice(); 492 SDL_VideoDevice *_this = SDL_GetVideoDevice();
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsmouse.c | 262 …WIN_OnWindowEnter(SDL_GetVideoDevice(), focusWin); /* make sure WM_MOUSELEAVE messages are (re)en… in WIN_CaptureMouse()
|
D | SDL_windowsevents.c | 862 if (SDL_GetVideoDevice()->suspend_screensaver) { in WIN_WindowProc()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoamouse.m | 185 SDL_VideoDevice *device = SDL_GetVideoDevice(); 203 for (i = SDL_GetVideoDevice()->windows; i; i = i->next) {
|
D | SDL_cocoaevents.m | 55 SDL_VideoDevice *_this = SDL_GetVideoDevice(); 193 SDL_VideoDevice *device = SDL_GetVideoDevice();
|
D | SDL_cocoawindow.m | 119 SDL_VideoDevice *_this = SDL_GetVideoDevice(); 756 Cocoa_ShowWindow(SDL_GetVideoDevice(), window); 777 /*Cocoa_HandleKeyEvent(SDL_GetVideoDevice(), theEvent);*/ 781 /*Cocoa_HandleKeyEvent(SDL_GetVideoDevice(), theEvent);*/ 785 /*Cocoa_HandleKeyEvent(SDL_GetVideoDevice(), theEvent);*/
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/ |
D | SDL_android.c | 239 _this = SDL_GetVideoDevice(); in Java_org_libsdl_app_SDLActivity_onNativeSurfaceChanged() 269 _this = SDL_GetVideoDevice(); in Java_org_libsdl_app_SDLActivity_onNativeSurfaceDestroyed()
|