Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/filesystem/windows/
A 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()
130 WIN_SetError("Couldn't locate our prefpath"); in SDL_GetPrefPath()
152 WIN_SetError("Path too long."); in SDL_GetPrefPath()
166 WIN_SetError("Couldn't create a prefpath."); in SDL_GetPrefPath()
178 WIN_SetError("Couldn't create a prefpath."); in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/src/video/windows/
A 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()
A DSDL_windowswindow.c202 return WIN_SetError("SetProp() failed"); in SetupWindowData()
330 return WIN_SetError("Couldn't create window"); in WIN_CreateWindow()
717 WIN_SetError("SetDeviceGammaRamp()"); in WIN_SetWindowGammaRamp()
736 WIN_SetError("GetDeviceGammaRamp()"); in WIN_GetWindowGammaRamp()
847 return WIN_SetError("Unable to create Helper Window Class"); in SDL_HelperWindowCreate()
859 return WIN_SetError("Unable to create Helper Window"); in SDL_HelperWindowCreate()
877 WIN_SetError("Unable to destroy Helper Window"); in SDL_HelperWindowDestroy()
886 WIN_SetError("Unable to destroy Helper Window Class"); in SDL_HelperWindowDestroy()
994 return WIN_SetError("SetWindowLong()"); in WIN_SetWindowOpacity()
1002 return WIN_SetError("SetWindowLong()"); in WIN_SetWindowOpacity()
[all …]
A DSDL_windowsopengl.c636 return WIN_SetError("SetPixelFormat()"); in WIN_GL_SetupWindowInternal()
783 WIN_SetError("Could not create GL context"); in WIN_GL_CreateContext()
821 return WIN_SetError("wglMakeCurrent()"); in WIN_GL_MakeCurrent()
833 return WIN_SetError("wglSwapIntervalEXT()"); in WIN_GL_SetSwapInterval()
857 return WIN_SetError("SwapBuffers()"); in WIN_GL_SwapWindow()
A DSDL_windowsframebuffer.c92 return WIN_SetError("Unable to create DIB"); in WIN_CreateWindowFramebuffer()
A DSDL_windowsmouse.c145 WIN_SetError("CreateIconIndirect()"); in WIN_CreateCursor()
/AliOS-Things-master/components/SDL2/src/loadso/windows/
A DSDL_sysloadso.c52 WIN_SetError(errbuf); in SDL_LoadObject()
65 WIN_SetError(errbuf); in SDL_LoadFunction()
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/
A DSDL_sysfilesystem.cpp207 WIN_SetError("Couldn't create a prefpath."); in SDL_GetPrefPath()
219 WIN_SetError("Couldn't create a prefpath."); in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_windows.h54 extern int WIN_SetError(const char *prefix);
A DSDL_windows.c55 WIN_SetError(const char *prefix) in WIN_SetError() function
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick.c168 WIN_SetError("Failed to create register class for joystick autodetect"); in SDL_CreateDeviceNotification()
175 WIN_SetError("Failed to create message window for joystick autodetect"); in SDL_CreateDeviceNotification()
187 WIN_SetError("Failed to create notify device for joystick autodetect"); in SDL_CreateDeviceNotification()
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/
A DSDL_systhread.cpp116 return WIN_SetError("SetThreadPriority()"); in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_systhread.c227 return WIN_SetError("SetThreadPriority()");
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c155 return WIN_SetError("windows_file_size"); in windows_file_size()
193 return WIN_SetError("windows_file_seek"); in windows_file_seek()
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi.c530 return WIN_SetError("WASAPI can't create an event handle"); in WASAPI_PrepDevice()

Completed in 32 milliseconds