Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_vulkan_utils.c257 int bestMatchIndex = -1; in SDL_Vulkan_Display_CreateSurface() local
340 bestMatchIndex = i; in SDL_Vulkan_Display_CreateSurface()
344 if (bestMatchIndex < 0) in SDL_Vulkan_Display_CreateSurface()
352 createInfo.displayMode = displayModeProperties[bestMatchIndex].displayMode; in SDL_Vulkan_Display_CreateSurface()
354 displayModeProperties[bestMatchIndex].parameters.visibleRegion.width, in SDL_Vulkan_Display_CreateSurface()
355 displayModeProperties[bestMatchIndex].parameters.visibleRegion.height, in SDL_Vulkan_Display_CreateSurface()

Completed in 3 milliseconds