Searched refs:gfxstream_flags (Results 1 – 3 of 3) sorted by relevance
651 gfxstream_flags: Option<GfxstreamFlags>, field663 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() localVariable752 .gfxstream_flags in build()755 let gfxstream = Gfxstream::init(display_width, display_height, gfxstream_flags)?; in build()
202 gfxstream_flags: GfxstreamFlags, in init()216 gfxstream_flags.into(), in init()
914 let gfxstream_flags = GfxstreamFlags::new() in new() localVariable949 .set_gfxstream_flags(gfxstream_flags) in new()