Home
last modified time | relevance | path

Searched refs:PumpEvents (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/
DSDL_nullvideo.c92 device->PumpEvents = DUMMY_PumpEvents; in DUMMY_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtevents.cpp59 SDL_WinRTGlobalApp->PumpEvents(); in WINRT_PumpEvents()
DSDL_winrtvideo.cpp148 device->PumpEvents = WINRT_PumpEvents; in WINRT_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc69 device->PumpEvents = BE_PumpEvents; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclvideo.c108 device->PumpEvents = NACL_PumpEvents; in NACL_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidvideo.c119 device->PumpEvents = Android_PumpEvents; in Android_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/
DSDL_winrtapp_direct3d.h39 void PumpEvents();
DSDL_winrtapp_direct3d.cpp473 void SDL_WinRTApp::PumpEvents() in PumpEvents() function in SDL_WinRTApp
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspvideo.c145 device->PumpEvents = PSP_PumpEvents; in PSP_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c92 device->PumpEvents = Emscripten_PumpEvents; in Emscripten_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c128 device->PumpEvents = RPI_PumpEvents; in RPI_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c110 device->PumpEvents = VIVANTE_PumpEvents; in VIVANTE_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h262 void (*PumpEvents) (_THIS); member
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitvideo.m91 device->PumpEvents = UIKit_PumpEvents;
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c202 device->PumpEvents = MIR_PumpEvents; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_video.c117 device->PumpEvents = DirectFB_PumpEventsWindow; in DirectFB_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandvideo.c157 device->PumpEvents = Wayland_PumpEvents; in Wayland_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c131 device->PumpEvents = WIN_PumpEvents; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m80 device->PumpEvents = Cocoa_PumpEvents;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c229 device->PumpEvents = X11_PumpEvents; in X11_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_events.c401 _this->PumpEvents(_this); in SDL_PumpEvents()
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c129 device->PumpEvents = PND_PumpEvents; in PND_create()