Home
last modified time | relevance | path

Searched refs:gfxstream_transport (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp106 const std::string gfxstream_transport = instance.gpu_gfxstream_transport(); in ConfigureGraphics() local
107 CF_EXPECT(gfxstream_transport == "virtio-gpu-asg" || in ConfigureGraphics()
108 gfxstream_transport == "virtio-gpu-pipe", in ConfigureGraphics()
109 "Invalid Gfxstream transport option: \"" << gfxstream_transport in ConfigureGraphics()
121 {"androidboot.hardware.gltransport", gfxstream_transport}, in ConfigureGraphics()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dgraphics_flags.cc440 std::string gfxstream_transport = kGfxstreamTransportAsg; in SetGfxstreamFlags() local
445 gfxstream_transport = kGfxstreamTransportPipe; in SetGfxstreamFlags()
480 instance.set_gpu_gfxstream_transport(gfxstream_transport); in SetGfxstreamFlags()