Home
last modified time | relevance | path

Searched refs:SDL_GetVideoDevice (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_clipboard.c30 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()
DSDL_shape.c38 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()
DSDL_sysvideo.h421 extern SDL_VideoDevice *SDL_GetVideoDevice(void);
DSDL_video.c571 SDL_GetVideoDevice(void) in SDL_GetVideoDevice() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandmouse.c105 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()
DSDL_waylandevents.c586 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/
DSDL_mirmouse.c111 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/
DSDL_x11mouse.c39 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()
DSDL_x11video.c133 device = SDL_GetVideoDevice(); in X11_SafetyNetErrHandler()
DSDL_x11messagebox.c442 const SDL_VideoDevice *dev = SDL_GetVideoDevice(); in X11_MessageBoxCreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtmessagebox.cpp59 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in WINRT_ShowMessageBox()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_mouse.c83 SDL_VideoDevice *dev = SDL_GetVideoDevice(); in DirectFB_CreateDefaultCursor()
138 SDL_VideoDevice *dev = SDL_GetVideoDevice(); in DirectFB_CreateCursor()
DSDL_DirectFB_window.c496 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/
DSDL_androidvideo.c211 SDL_VideoDevice* device = SDL_GetVideoDevice(); in Android_SetScreenResolution()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_keyboard.c638 SDL_VideoDevice *video = SDL_GetVideoDevice(); in SDL_SetKeyboardFocus()
652 SDL_VideoDevice *video = SDL_GetVideoDevice(); in SDL_SetKeyboardFocus()
DSDL_events.c397 SDL_VideoDevice *_this = SDL_GetVideoDevice(); in SDL_PumpEvents()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitappdelegate.m439 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/
DSDL_windowsmouse.c262 …WIN_OnWindowEnter(SDL_GetVideoDevice(), focusWin); /* make sure WM_MOUSELEAVE messages are (re)en… in WIN_CaptureMouse()
DSDL_windowsevents.c862 if (SDL_GetVideoDevice()->suspend_screensaver) { in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamouse.m185 SDL_VideoDevice *device = SDL_GetVideoDevice();
203 for (i = SDL_GetVideoDevice()->windows; i; i = i->next) {
DSDL_cocoaevents.m55 SDL_VideoDevice *_this = SDL_GetVideoDevice();
193 SDL_VideoDevice *device = SDL_GetVideoDevice();
DSDL_cocoawindow.m119 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/
DSDL_android.c239 _this = SDL_GetVideoDevice(); in Java_org_libsdl_app_SDLActivity_onNativeSurfaceChanged()
269 _this = SDL_GetVideoDevice(); in Java_org_libsdl_app_SDLActivity_onNativeSurfaceDestroyed()