Home
last modified time | relevance | path

Searched defs:refresh_rate (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_device.h84 int refresh_rate; member
/external/crosvm/vm_control/src/
Dgpu.rs53 pub refresh_rate: u32, field
/external/rust/crates/vulkano/src/swapchain/
Ddisplay.rs402 pub fn refresh_rate(&self) -> u32 { in refresh_rate() method
/external/crosvm/devices/src/virtio/gpu/
Dedid.rs109 refresh_rate: u32, field
/external/rust/crates/ash/src/vk/
Ddefinitions.rs9741 pub refresh_rate: u32, field
9772 pub fn refresh_rate(mut self, refresh_rate: u32) -> Self { in refresh_rate() method