Home
last modified time | relevance | path

Searched defs:StreamDescriptorSurfaceCreateFlagsGGP (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp2634 VULKAN_HPP_INLINE std::string to_string( StreamDescriptorSurfaceCreateFlagsGGP ) in to_string() argument
Dvulkan_enums.hpp5534 using StreamDescriptorSurfaceCreateFlagsGGP = Flags<StreamDescriptorSurfaceCreateFlagBitsGGP>; typedef
/external/swiftshader/include/vulkan/
Dvulkan_to_string.hpp2455 VULKAN_HPP_INLINE std::string to_string( StreamDescriptorSurfaceCreateFlagsGGP ) in to_string() argument
Dvulkan_enums.hpp5198 using StreamDescriptorSurfaceCreateFlagsGGP = Flags<StreamDescriptorSurfaceCreateFlagBitsGGP>; typedef
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_to_string.hpp2783 …N_HPP_INLINE VULKAN_HPP_CONSTEXPR_20 std::string to_string( StreamDescriptorSurfaceCreateFlagsGGP ) in to_string() argument
Dvulkan_enums.hpp6093 using StreamDescriptorSurfaceCreateFlagsGGP = Flags<StreamDescriptorSurfaceCreateFlagBitsGGP>; typedef
/external/rust/android-crates-io/crates/ash/src/vk/
Dconst_debugs.rs4643 impl fmt::Debug for StreamDescriptorSurfaceCreateFlagsGGP { implementation
Ddefinitions.rs223 pub struct StreamDescriptorSurfaceCreateFlagsGGP(pub(crate) Flags); struct