Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_vulkan_utils.c263 VkDisplayPlanePropertiesKHR *displayPlaneProperties = NULL; in SDL_Vulkan_Display_CreateSurface() local
372 if(!displayPlaneProperties) in SDL_Vulkan_Display_CreateSurface()
383 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
394 if (displayPlaneProperties[i].currentDisplay == VK_NULL_HANDLE) in SDL_Vulkan_Display_CreateSurface()
409 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
420 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
440 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
460 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
465 createInfo.planeStackIndex = displayPlaneProperties[planeIndex].currentStackIndex; in SDL_Vulkan_Display_CreateSurface()
466 SDL_free(displayPlaneProperties); in SDL_Vulkan_Display_CreateSurface()
[all …]
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan_core.h5829 VkDisplayPlanePropertiesKHR displayPlaneProperties; member
A Dvulkan.hpp15673 && ( displayPlaneProperties == rhs.displayPlaneProperties ); in operator ==()
15686 DisplayPlanePropertiesKHR displayPlaneProperties; member

Completed in 243 milliseconds