Searched refs:SDL_Vulkan_GetResultString (Results 1 – 8 of 8) sorted by relevance
30 const char *SDL_Vulkan_GetResultString(VkResult result) in SDL_Vulkan_GetResultString() function111 SDL_Vulkan_GetResultString(result), in SDL_Vulkan_CreateInstanceExtensionsList()120 SDL_Vulkan_GetResultString(result), in SDL_Vulkan_CreateInstanceExtensionsList()143 SDL_Vulkan_GetResultString(result), in SDL_Vulkan_CreateInstanceExtensionsList()502 SDL_Vulkan_GetResultString(result)); in SDL_Vulkan_Display_CreateSurface()
63 extern const char *SDL_Vulkan_GetResultString(VkResult result);
208 SDL_SetError("vkCreateXcbSurfaceKHR failed: %s", SDL_Vulkan_GetResultString(result)); in X11_Vulkan_CreateSurface()234 SDL_SetError("vkCreateXlibSurfaceKHR failed: %s", SDL_Vulkan_GetResultString(result)); in X11_Vulkan_CreateSurface()
167 SDL_Vulkan_GetResultString(result)); in Android_Vulkan_CreateSurface()
168 SDL_Vulkan_GetResultString(result)); in WIN_Vulkan_CreateSurface()
184 SDL_Vulkan_GetResultString(result)); in Wayland_Vulkan_CreateSurface()
223 SDL_Vulkan_GetResultString(result));
230 SDL_Vulkan_GetResultString(result));
Completed in 15 milliseconds