Home
last modified time | relevance | path

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

/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_win32.h276 VkBool32 fullScreenExclusiveSupported; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_win32.h276 VkBool32 fullScreenExclusiveSupported; member
/external/mesa3d/include/vulkan/
Dvulkan_win32.h276 VkBool32 fullScreenExclusiveSupported; member
/external/swiftshader/include/vulkan/
Dvulkan_win32.h276 VkBool32 fullScreenExclusiveSupported; member
Dvulkan_structs.hpp89383 : 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
Dvulkan_hash.hpp11750 …N_HPP_HASH_COMBINE( seed, surfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_win32.h284 VkBool32 fullScreenExclusiveSupported; member
Dvulkan_structs.hpp101318 , 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
Dvulkan_hash.hpp13660 …N_HPP_HASH_COMBINE( seed, surfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported ); in operator ()()
/external/vulkan-headers/include/vulkan/
Dvulkan_win32.h276 VkBool32 fullScreenExclusiveSupported; member
Dvulkan_structs.hpp95993 , 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
Dvulkan_hash.hpp12853 …N_HPP_HASH_COMBINE( seed, surfaceCapabilitiesFullScreenExclusiveEXT.fullScreenExclusiveSupported ); in operator ()()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp409 if (surfaceCapabilitiesFSE.fullScreenExclusiveSupported == DE_FALSE) in fullScreenExclusiveTest()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp27781 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()
Dvk_safe_struct.h6491 VkBool32 fullScreenExclusiveSupported; member
Dparameter_validation.cpp1455 …sFullScreenExclusiveEXT", "fullScreenExclusiveSupported", structure->fullScreenExclusiveSupported); in ValidatePnextStructContents()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl4679 VkBool32 fullScreenExclusiveSupported; member
DvkStrUtilImpl.inl11399 s << "\tfullScreenExclusiveSupported = " << value.fullScreenExclusiveSupported << '\n';