Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/gen/include/vulkan/
Dvulkan_win32.h276 VkBool32 fullScreenExclusiveSupported; member
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_win32.h276 VkBool32 fullScreenExclusiveSupported; member
Dvulkan_structs.hpp72513 : fullScreenExclusiveSupported( fullScreenExclusiveSupported_ )
72546 fullScreenExclusiveSupported = fullScreenExclusiveSupported_; in setFullScreenExclusiveSupported()
72567 ( fullScreenExclusiveSupported == rhs.fullScreenExclusiveSupported ); in operator ==()
72579 VULKAN_HPP_NAMESPACE::Bool32 fullScreenExclusiveSupported = {}; member
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_KHR_surface/
Dwsi.txt708 If pname:fullScreenExclusiveSupported is ename:VK_FALSE, it indicates that
713 pname:fullScreenExclusiveSupported is ename:VK_FALSE.
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp11274 …if (!((a->fullScreenExclusiveSupported) == (b->fullScreenExclusiveSupported))) { onFail("a->fullSc… in checkEqual_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
Dgoldfish_vk_marshaling.cpp29420 vkStream->write((VkBool32*)&forMarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in marshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
29446 vkStream->read((VkBool32*)&forUnmarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in unmarshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
Dgoldfish_vk_reserved_marshaling.cpp21844 memcpy((VkBool32*)&forUnmarshaling->fullScreenExclusiveSupported, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp24170 vkStream->write((VkBool32*)&forMarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in marshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
24185 vkStream->read((VkBool32*)&forUnmarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in unmarshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp16109 memcpy(*ptr, (VkBool32*)&forMarshaling->fullScreenExclusiveSupported, sizeof(VkBool32)); in reservedmarshal_VkSurfaceCapabilitiesFullScreenExclusiveEXT()