Home
last modified time | relevance | path

Searched defs:max_buffer_count (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma_sysmem.h75 uint32_t max_buffer_count; member
83 uint32_t max_buffer_count; member
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp923 int max_buffer_count; in GetPhysicalDeviceSurfaceCapabilities2KHR() local
1288 uint32_t max_buffer_count = static_cast<uint32_t>(query_value); in GetPhysicalDeviceSurfacePresentModesKHR() local
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs64731 pub max_buffer_count: u32, field
64784 pub fn max_buffer_count(mut self, max_buffer_count: u32) -> Self { in max_buffer_count() method