Home
last modified time | relevance | path

Searched defs:surface_formats (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs1705 pub fn surface_formats( in surface_formats() method
1883 let surface_formats = loop { in surface_formats_unchecked() localVariable
1894 let mut surface_formats = Vec::with_capacity(count as usize); in surface_formats_unchecked() localVariable
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.h110 std::vector<VkSurfaceFormatKHR> surface_formats; member
H A Dcore_validation.cpp12733 std::vector<VkSurfaceFormatKHR> surface_formats; in ValidateCreateSwapchain() local
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_display.c1037 VkSurfaceFormatKHR *surface_formats) in wsi_display_surface_get_formats()
1059 VkSurfaceFormat2KHR *surface_formats) in wsi_display_surface_get_formats2()
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp1149 std::vector<VkSurfaceFormatKHR> surface_formats(*pSurfaceFormatCount); in GetPhysicalDeviceSurfaceFormats2KHR() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dsurface.rs55 pub(crate) surface_formats: field
Dswapchain.rs375 let surface_formats = unsafe { in validate() localVariable