Home
last modified time | relevance | path

Searched refs:WIN_SetError (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/windows/
DSDL_sysfilesystem.c49 WIN_SetError("Couldn't load psapi.dll"); in SDL_GetBasePath()
55 WIN_SetError("Couldn't find GetModuleFileNameExW"); in SDL_GetBasePath()
84 WIN_SetError("Couldn't locate our .exe"); in SDL_GetBasePath()
122 WIN_SetError("Couldn't locate our prefpath"); in SDL_GetPrefPath()
144 WIN_SetError("Path too long."); in SDL_GetPrefPath()
156 WIN_SetError("Couldn't create a prefpath."); in SDL_GetPrefPath()
168 WIN_SetError("Couldn't create a prefpath."); in SDL_GetPrefPath()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsclipboard.c94 result = WIN_SetError("Couldn't set clipboard data"); in WIN_SetClipboardText()
102 result = WIN_SetError("Couldn't open clipboard"); in WIN_SetClipboardText()
124 WIN_SetError("Couldn't get clipboard data"); in WIN_GetClipboardText()
DSDL_windowswindow.c141 return WIN_SetError("SetProp() failed"); in SetupWindowData()
291 return WIN_SetError("Couldn't create window"); in WIN_CreateWindow()
627 WIN_SetError("SetDeviceGammaRamp()"); in WIN_SetWindowGammaRamp()
646 WIN_SetError("GetDeviceGammaRamp()"); in WIN_GetWindowGammaRamp()
735 return WIN_SetError("Unable to create Helper Window Class"); in SDL_HelperWindowCreate()
747 return WIN_SetError("Unable to create Helper Window"); in SDL_HelperWindowCreate()
765 WIN_SetError("Unable to destroy Helper Window"); in SDL_HelperWindowDestroy()
774 WIN_SetError("Unable to destroy Helper Window Class"); in SDL_HelperWindowDestroy()
859 return WIN_SetError("SetWindowLong()"); in WIN_SetWindowOpacity()
867 return WIN_SetError("SetWindowLong()"); in WIN_SetWindowOpacity()
[all …]
DSDL_windowsopengl.c580 return WIN_SetError("SetPixelFormat()"); in WIN_GL_SetupWindowInternal()
701 WIN_SetError("Could not create GL context"); in WIN_GL_CreateContext()
739 return WIN_SetError("wglMakeCurrent()"); in WIN_GL_MakeCurrent()
751 return WIN_SetError("wglSwapIntervalEXT()"); in WIN_GL_SetSwapInterval()
DSDL_windowsframebuffer.c91 return WIN_SetError("Unable to create DIB"); in WIN_CreateWindowFramebuffer()
DSDL_windowsmouse.c144 WIN_SetError("CreateIconIndirect()"); in WIN_CreateCursor()
/third_party/flutter/skia/third_party/externals/sdl/src/loadso/windows/
DSDL_sysloadso.c52 WIN_SetError(errbuf); in SDL_LoadObject()
65 WIN_SetError(errbuf); in SDL_LoadFunction()
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/winrt/
DSDL_sysfilesystem.cpp197 WIN_SetError("Couldn't create a prefpath."); in SDL_GetPrefPath()
209 WIN_SetError("Couldn't create a prefpath."); in SDL_GetPrefPath()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick.c166 WIN_SetError("Failed to create register class for joystick autodetect"); in SDL_CreateDeviceNotification()
173 WIN_SetError("Failed to create message window for joystick autodetect"); in SDL_CreateDeviceNotification()
185 WIN_SetError("Failed to create notify device for joystick autodetect"); in SDL_CreateDeviceNotification()
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/
DSDL_windows.h53 extern int WIN_SetError(const char *prefix);
DSDL_windows.c52 WIN_SetError(const char *prefix) in WIN_SetError() function
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/
DSDL_systhread.c209 return WIN_SetError("SetThreadPriority()");
/third_party/flutter/skia/third_party/externals/sdl/src/file/
DSDL_rwops.c138 return WIN_SetError("windows_file_size"); in windows_file_size()
176 return WIN_SetError("windows_file_seek"); in windows_file_seek()