Searched refs:SDL_Instance (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsevents.h | 28 extern HINSTANCE SDL_Instance;
|
D | SDL_windowsevents.c | 1042 HINSTANCE SDL_Instance = NULL; variable 1061 SDL_Instance = hInst ? hInst : GetModuleHandle(NULL); in SDL_RegisterApp() 1067 SDL_Instance = hInst ? hInst : GetModuleHandle(NULL); in SDL_RegisterApp() 1080 wcex.hInstance = SDL_Instance; in SDL_RegisterApp() 1085 GetModuleFileName(SDL_Instance, path, MAX_PATH); in SDL_RegisterApp() 1109 if (GetClassInfoEx(SDL_Instance, SDL_Appname, &wcex)) { in SDL_UnregisterApp() 1110 UnregisterClass(SDL_Appname, SDL_Instance); in SDL_UnregisterApp()
|
D | SDL_windowsopengl.c | 350 10, 10, NULL, NULL, SDL_Instance, NULL); in WIN_GL_InitExtensions() 439 10, 10, NULL, NULL, SDL_Instance, NULL); in WIN_GL_ChoosePixelFormatARB()
|
D | SDL_windowswindow.c | 289 SDL_Instance, NULL); in WIN_CreateWindow()
|