Searched refs:fullScreenExclusiveSupported (Results 1 – 9 of 9) sorted by relevance
276 VkBool32 fullScreenExclusiveSupported; member
72513 : fullScreenExclusiveSupported( fullScreenExclusiveSupported_ )72546 fullScreenExclusiveSupported = fullScreenExclusiveSupported_; in setFullScreenExclusiveSupported()72567 ( fullScreenExclusiveSupported == rhs.fullScreenExclusiveSupported ); in operator ==()72579 VULKAN_HPP_NAMESPACE::Bool32 fullScreenExclusiveSupported = {}; member
708 If pname:fullScreenExclusiveSupported is ename:VK_FALSE, it indicates that713 pname:fullScreenExclusiveSupported is ename:VK_FALSE.
11274 …if (!((a->fullScreenExclusiveSupported) == (b->fullScreenExclusiveSupported))) { onFail("a->fullSc… in checkEqual_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
29420 vkStream->write((VkBool32*)&forMarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in marshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()29446 vkStream->read((VkBool32*)&forUnmarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in unmarshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
21844 memcpy((VkBool32*)&forUnmarshaling->fullScreenExclusiveSupported, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
24170 vkStream->write((VkBool32*)&forMarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in marshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()24185 vkStream->read((VkBool32*)&forUnmarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in unmarshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
16109 memcpy(*ptr, (VkBool32*)&forMarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in reservedmarshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()