Home
last modified time | relevance | path

Searched refs:GetWindowWMInfo (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc90 device->GetWindowWMInfo = BE_GetWindowWMInfo; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidvideo.c124 device->GetWindowWMInfo = Android_GetWindowWMInfo; in Android_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspvideo.c130 device->GetWindowWMInfo = PSP_GetWindowWMInfo; in PSP_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c117 device->GetWindowWMInfo = RPI_GetWindowWMInfo; in RPI_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c98 device->GetWindowWMInfo = VIVANTE_GetWindowWMInfo; in VIVANTE_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h240 SDL_bool(*GetWindowWMInfo) (_THIS, SDL_Window * window, member
DSDL_video.c3520 if (!_this->GetWindowWMInfo) { in SDL_GetWindowWMInfo()
3524 return (_this->GetWindowWMInfo(_this, window, info)); in SDL_GetWindowWMInfo()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitvideo.m101 device->GetWindowWMInfo = UIKit_GetWindowWMInfo;
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c170 device->GetWindowWMInfo = MIR_GetWindowWMInfo; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_video.c133 device->GetWindowWMInfo = DirectFB_GetWindowWMInfo; in DirectFB_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandvideo.c155 device->GetWindowWMInfo = Wayland_GetWindowWMInfo; in Wayland_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c154 device->GetWindowWMInfo = WIN_GetWindowWMInfo; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m105 device->GetWindowWMInfo = Cocoa_GetWindowWMInfo;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c258 device->GetWindowWMInfo = X11_GetWindowWMInfo; in X11_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c119 device->GetWindowWMInfo = PND_getwindowwminfo; in PND_create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtvideo.cpp149 device->GetWindowWMInfo = WINRT_GetWindowWMInfo; in WINRT_CreateDevice()