Searched refs:fullScreenExclusiveSupported (Results 1 – 18 of 18) sorted by relevance
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_win32.h | 276 VkBool32 fullScreenExclusiveSupported; member
|
/external/gfxstream-protocols/include/vulkan/include/vulkan/ |
D | vulkan_win32.h | 276 VkBool32 fullScreenExclusiveSupported; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan_win32.h | 276 VkBool32 fullScreenExclusiveSupported; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_win32.h | 276 VkBool32 fullScreenExclusiveSupported; member
|
D | vulkan_structs.hpp | 89383 : pNext( pNext_ ), fullScreenExclusiveSupported( fullScreenExclusiveSupported_ ) 89411 fullScreenExclusiveSupported = fullScreenExclusiveSupported_; in setFullScreenExclusiveSupported() 89435 return std::tie( sType, pNext, fullScreenExclusiveSupported ); in reflect() 89450 && ( fullScreenExclusiveSupported == rhs.fullScreenExclusiveSupported ); in operator ==() 89463 VULKAN_HPP_NAMESPACE::Bool32 fullScreenExclusiveSupported = {}; member
|
D | vulkan_hash.hpp | 11750 …N_HPP_HASH_COMBINE( seed, surfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported ); in operator ()()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_win32.h | 284 VkBool32 fullScreenExclusiveSupported; member
|
D | vulkan_structs.hpp | 101318 , fullScreenExclusiveSupported( fullScreenExclusiveSupported_ ) 101348 fullScreenExclusiveSupported = fullScreenExclusiveSupported_; in setFullScreenExclusiveSupported() 101371 return std::tie( sType, pNext, fullScreenExclusiveSupported ); in reflect() 101383 … rhs.sType ) && ( pNext == rhs.pNext ) && ( fullScreenExclusiveSupported == rhs.fullScreenExclusiv… in operator ==() 101396 VULKAN_HPP_NAMESPACE::Bool32 fullScreenExclusiveSupported = {}; member
|
D | vulkan_hash.hpp | 13660 …N_HPP_HASH_COMBINE( seed, surfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported ); in operator ()()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_win32.h | 276 VkBool32 fullScreenExclusiveSupported; member
|
D | vulkan_structs.hpp | 95993 , fullScreenExclusiveSupported( fullScreenExclusiveSupported_ ) 96023 fullScreenExclusiveSupported = fullScreenExclusiveSupported_; in setFullScreenExclusiveSupported() 96046 return std::tie( sType, pNext, fullScreenExclusiveSupported ); in reflect() 96058 … rhs.sType ) && ( pNext == rhs.pNext ) && ( fullScreenExclusiveSupported == rhs.fullScreenExclusiv… in operator ==() 96071 VULKAN_HPP_NAMESPACE::Bool32 fullScreenExclusiveSupported = {}; member
|
D | vulkan_hash.hpp | 12853 …N_HPP_HASH_COMBINE( seed, surfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported ); in operator ()()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 409 if (surfaceCapabilitiesFSE.fullScreenExclusiveSupported == DE_FALSE) in fullScreenExclusiveTest()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 27781 fullScreenExclusiveSupported(in_struct->fullScreenExclusiveSupported) in safe_VkSurfaceCapabilitiesFullScreenExclusiveEXT() 27793 fullScreenExclusiveSupported = src.fullScreenExclusiveSupported; in safe_VkSurfaceCapabilitiesFullScreenExclusiveEXT() 27805 fullScreenExclusiveSupported = src.fullScreenExclusiveSupported; in operator =() 27820 fullScreenExclusiveSupported = in_struct->fullScreenExclusiveSupported; in initialize() 27827 fullScreenExclusiveSupported = src->fullScreenExclusiveSupported; in initialize()
|
D | vk_safe_struct.h | 6491 VkBool32 fullScreenExclusiveSupported; member
|
D | parameter_validation.cpp | 1455 …sFullScreenExclusiveEXT", "fullScreenExclusiveSupported", structure->fullScreenExclusiveSupported); in ValidatePnextStructContents()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkStructTypes.inl | 4679 VkBool32 fullScreenExclusiveSupported; member
|
D | vkStrUtilImpl.inl | 11399 s << "\tfullScreenExclusiveSupported = " << value.fullScreenExclusiveSupported << '\n';
|