/AliOS-Things-master/components/SDL2/test/ |
A D | testnativew32.c | 31 DestroyWindow(hwnd); in WndProc() 83 DestroyWindow((HWND) window); in DestroyWindowNative()
|
/AliOS-Things-master/components/SDL2/src/video/offscreen/ |
A D | SDL_offscreenvideo.c | 102 device->DestroyWindow = OFFSCREEN_DestroyWindow; in OFFSCREEN_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.c | 336 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 D | SDL_windowsopengl.c | 479 DestroyWindow(hwnd); in WIN_GL_InitExtensions() 518 DestroyWindow(hwnd); in WIN_GL_ChoosePixelFormatARB()
|
A D | SDL_windowsvideo.c | 170 device->DestroyWindow = WIN_DestroyWindow; in WIN_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bvideo.cc | 90 device->DestroyWindow = HAIKU_DestroyWindow; in HAIKU_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/nacl/ |
A D | SDL_naclvideo.c | 112 device->DestroyWindow = NACL_DestroyWindow; in NACL_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidvideo.c | 131 device->DestroyWindow = Android_DestroyWindow; in Android_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspvideo.c | 129 device->DestroyWindow = PSP_DestroyWindow; in PSP_Create()
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | video.c | 340 device->DestroyWindow = destroyWindow; in createDevice()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenvideo.c | 108 device->DestroyWindow = Emscripten_DestroyWindow; in Emscripten_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/vivante/ |
A D | SDL_vivantevideo.c | 98 device->DestroyWindow = VIVANTE_DestroyWindow; in VIVANTE_Create()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_video.c | 126 device->DestroyWindow = DirectFB_DestroyWindow; in DirectFB_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/raspberry/ |
A D | SDL_rpivideo.c | 130 device->DestroyWindow = RPI_DestroyWindow; in RPI_Create()
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_windowsjoystick.c | 143 DestroyWindow(data->messageWindow); in SDL_CleanupDeviceNotification()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_sysvideo.h | 236 void (*DestroyWindow) (_THIS, SDL_Window * window); member
|
A D | SDL_video.c | 1686 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 D | SDL_x11video.c | 258 device->DestroyWindow = X11_DestroyWindow; in X11_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoavideo.m | 106 device->DestroyWindow = Cocoa_DestroyWindow;
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandvideo.c | 192 device->DestroyWindow = Wayland_DestroyWindow; in Wayland_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitvideo.m | 102 device->DestroyWindow = UIKit_DestroyWindow;
|
/AliOS-Things-master/components/SDL2/src/video/pandora/ |
A D | SDL_pandora.c | 118 device->DestroyWindow = PND_destroywindow; in PND_create()
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtvideo.cpp | 145 device->DestroyWindow = WINRT_DestroyWindow; in WINRT_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/ |
A D | SDL_kmsdrmvideo.c | 209 device->DestroyWindow = KMSDRM_DestroyWindow; in KMSDRM_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapijoystick.c | 364 DestroyWindow(SDL_HIDAPI_discovery.m_hwndMsg); in HIDAPI_ShutdownDiscovery()
|