Searched defs:GfxstreamFlags (Results 1 – 2 of 2) sorted by relevance
/external/crosvm/rutabaga_gfx/src/ |
D | rutabaga_utils.rs | 459 pub struct GfxstreamFlags(u32); struct 468 impl GfxstreamFlags { impl 474 fn set_flag(self, bitmask: u32, set: bool) -> GfxstreamFlags { in set_flag() 483 pub fn use_egl(self, v: bool) -> GfxstreamFlags { in use_egl() 488 pub fn use_glx(self, v: bool) -> GfxstreamFlags { in use_glx() 493 pub fn use_surfaceless(self, v: bool) -> GfxstreamFlags { in use_surfaceless() 498 pub fn use_gles(self, v: bool) -> GfxstreamFlags { in use_gles() 503 pub fn use_vulkan(self, v: bool) -> GfxstreamFlags { in use_vulkan() 508 pub fn use_guest_angle(self, v: bool) -> GfxstreamFlags { in use_guest_angle() 513 pub fn use_async_fence_cb(self, v: bool) -> GfxstreamFlags { in use_async_fence_cb() [all …]
|
D | gfxstream.rs | 274 gfxstream_flags: GfxstreamFlags, in init()
|