Home
last modified time | relevance | path

Searched refs:SDL_Vulkan_GetResultString (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_vulkan_utils.c30 const char *SDL_Vulkan_GetResultString(VkResult result) in SDL_Vulkan_GetResultString() function
111 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()
A DSDL_vulkan_internal.h63 extern const char *SDL_Vulkan_GetResultString(VkResult result);
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11vulkan.c208 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()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvulkan.c167 SDL_Vulkan_GetResultString(result)); in Android_Vulkan_CreateSurface()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvulkan.c168 SDL_Vulkan_GetResultString(result)); in WIN_Vulkan_CreateSurface()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvulkan.c184 SDL_Vulkan_GetResultString(result)); in Wayland_Vulkan_CreateSurface()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavulkan.m223 SDL_Vulkan_GetResultString(result));
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvulkan.m230 SDL_Vulkan_GetResultString(result));

Completed in 15 milliseconds