Home
last modified time | relevance | path

Searched refs:VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp279 .compositeAlpha = VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR, in createSwapChainCi()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c98 VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR | in wsi_headless_surface_get_capabilities()
Dwsi_common_win32.cpp209 VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR | in wsi_win32_surface_get_capabilities()
Dwsi_common_wayland.c1084 VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR | in wsi_wl_surface_get_capabilities()
Dwsi_common_x11.c721 VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR; in x11_surface_get_capabilities()
Dwsi_common_display.c901 caps->supportedCompositeAlpha = VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR; in wsi_display_surface_get_capabilities()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc513 // VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR (enumerant with _KHR appended)
515 VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR = 0x00000001,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp3360 eOpaque = VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR,
Dvk_enum_string_helper.h5322 case VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR: in string_VkCompositeAlphaFlagBitsKHR()
Dvulkan_enums.hpp4742 eOpaque = VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc1085 * ename:VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR: The alpha component, if it
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7604 VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR = 0x00000001, enumerator