Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_vulkan_utils.c261 int planeIndex = -1; in SDL_Vulkan_Display_CreateSurface() local
452 planeIndex = i; in SDL_Vulkan_Display_CreateSurface()
457 if (planeIndex < 0) in SDL_Vulkan_Display_CreateSurface()
464 createInfo.planeIndex = planeIndex; in SDL_Vulkan_Display_CreateSurface()
465 createInfo.planeStackIndex = displayPlaneProperties[planeIndex].currentStackIndex; in SDL_Vulkan_Display_CreateSurface()
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvk_icd.h162 uint32_t planeIndex; member
A Dvulkan_core.h5016 uint32_t planeIndex; member
5027 …ayPlaneSupportedDisplaysKHR)(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t* pDisp…
5030 …sKHR)(VkPhysicalDevice physicalDevice, VkDisplayModeKHR mode, uint32_t planeIndex, VkDisplayPlaneC…
5046 uint32_t planeIndex,
5066 uint32_t planeIndex,
5842 uint32_t planeIndex; member
A Dvulkan.hpp2001 return ::vkGetDisplayPlaneCapabilitiesKHR( physicalDevice, mode, planeIndex, pCapabilities); in vkGetDisplayPlaneCapabilitiesKHR()
2005 …return ::vkGetDisplayPlaneSupportedDisplaysKHR( physicalDevice, planeIndex, pDisplayCount, pDispla… in vkGetDisplayPlaneSupportedDisplaysKHR()
15728 , planeIndex( planeIndex_ ) in DisplayPlaneInfo2KHR()
15756 planeIndex = planeIndex_; in setPlaneIndex()
15775 && ( planeIndex == rhs.planeIndex ); in operator ==()
15789 uint32_t planeIndex; member
29394 , planeIndex( planeIndex_ ) in DisplaySurfaceCreateInfoKHR()
29433 planeIndex = planeIndex_; in setPlaneIndex()
29483 && ( planeIndex == rhs.planeIndex ) in operator ==()
29503 uint32_t planeIndex; member
[all …]

Completed in 215 milliseconds