Home
last modified time | relevance | path

Searched refs:gfxstream_flags (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/rutabaga_gfx/src/
Drutabaga_core.rs651 gfxstream_flags: Option<GfxstreamFlags>, field
663 gfxstream_flags: None, in new()
690 pub fn set_gfxstream_flags(mut self, gfxstream_flags: GfxstreamFlags) -> RutabagaBuilder { in set_gfxstream_flags()
691 self.gfxstream_flags = Some(gfxstream_flags); in set_gfxstream_flags()
751 let gfxstream_flags = self in build() localVariable
752 .gfxstream_flags in build()
755 let gfxstream = Gfxstream::init(display_width, display_height, gfxstream_flags)?; in build()
Dgfxstream.rs202 gfxstream_flags: GfxstreamFlags, in init()
216 gfxstream_flags.into(), in init()
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs914 let gfxstream_flags = GfxstreamFlags::new() in new() localVariable
949 .set_gfxstream_flags(gfxstream_flags) in new()