Home
last modified time | relevance | path

Searched defs:supports_protected (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dsurface.rs1846 pub supports_protected: bool, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs39134 pub supports_protected: Bool32, field
39177 pub fn supports_protected(mut self, supports_protected: bool) -> Self { in supports_protected() method