Home
last modified time | relevance | path

Searched refs:DestroyWindow (Results 1 – 25 of 25) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestnativew32.c31 DestroyWindow(hwnd); in WndProc()
83 DestroyWindow((HWND) window); in DestroyWindowNative()
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenvideo.c102 device->DestroyWindow = OFFSCREEN_DestroyWindow; in OFFSCREEN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c336 DestroyWindow(hwnd); in WIN_CreateWindow()
338 DestroyWindow(parent); in WIN_CreateWindow()
767 DestroyWindow(data->hwnd); in WIN_DestroyWindow()
769 DestroyWindow(data->parent); in WIN_DestroyWindow()
876 if (DestroyWindow(SDL_HelperWindow) == 0) { in SDL_HelperWindowDestroy()
A DSDL_windowsopengl.c479 DestroyWindow(hwnd); in WIN_GL_InitExtensions()
518 DestroyWindow(hwnd); in WIN_GL_ChoosePixelFormatARB()
A DSDL_windowsvideo.c170 device->DestroyWindow = WIN_DestroyWindow; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc90 device->DestroyWindow = HAIKU_DestroyWindow; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclvideo.c112 device->DestroyWindow = NACL_DestroyWindow; in NACL_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c131 device->DestroyWindow = Android_DestroyWindow; in Android_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c129 device->DestroyWindow = PSP_DestroyWindow; in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dvideo.c340 device->DestroyWindow = destroyWindow; in createDevice()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c108 device->DestroyWindow = Emscripten_DestroyWindow; in Emscripten_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.c98 device->DestroyWindow = VIVANTE_DestroyWindow; in VIVANTE_Create()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c126 device->DestroyWindow = DirectFB_DestroyWindow; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c130 device->DestroyWindow = RPI_DestroyWindow; in RPI_Create()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick.c143 DestroyWindow(data->messageWindow); in SDL_CleanupDeviceNotification()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h236 void (*DestroyWindow) (_THIS, SDL_Window * window); member
A DSDL_video.c1686 if (_this->DestroyWindow && !(flags & SDL_WINDOW_FOREIGN)) { in SDL_RecreateWindow()
1687 _this->DestroyWindow(_this, window); in SDL_RecreateWindow()
2811 if (_this->DestroyWindow) { in SDL_DestroyWindow()
2812 _this->DestroyWindow(_this, window); in SDL_DestroyWindow()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c258 device->DestroyWindow = X11_DestroyWindow; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m106 device->DestroyWindow = Cocoa_DestroyWindow;
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c192 device->DestroyWindow = Wayland_DestroyWindow; in Wayland_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvideo.m102 device->DestroyWindow = UIKit_DestroyWindow;
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c118 device->DestroyWindow = PND_destroywindow; in PND_create()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp145 device->DestroyWindow = WINRT_DestroyWindow; in WINRT_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c209 device->DestroyWindow = KMSDRM_DestroyWindow; in KMSDRM_CreateDevice()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick.c364 DestroyWindow(SDL_HIDAPI_discovery.m_hwndMsg); in HIDAPI_ShutdownDiscovery()

Completed in 36 milliseconds