Home
last modified time | relevance | path

Searched refs:SDL_Instance (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.h28 extern HINSTANCE SDL_Instance;
DSDL_windowsevents.c1042 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()
DSDL_windowsopengl.c350 10, 10, NULL, NULL, SDL_Instance, NULL); in WIN_GL_InitExtensions()
439 10, 10, NULL, NULL, SDL_Instance, NULL); in WIN_GL_ChoosePixelFormatARB()
DSDL_windowswindow.c289 SDL_Instance, NULL); in WIN_CreateWindow()