Home
last modified time | relevance | path

Searched refs:kGpuModeGfxstream (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dgraphics_flags.cc54 if (mode == std::string(kGpuModeGfxstream)) { in GetRenderingMode()
238 gpu_mode_arg != kGpuModeCustom && gpu_mode_arg != kGpuModeGfxstream && in SelectGpuMode()
271 return kGpuModeGfxstream; in SelectGpuMode()
281 if (gpu_mode_arg == kGpuModeGfxstream || in SelectGpuMode()
528 if (gpu_mode == kGpuModeGfxstream || in ConfigureGpuSettings()
Dflags.cc1600 CF_EXPECT(gpu_mode == kGpuModeGfxstream || in InitializeCuttlefishConfiguration()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp96 } else if (instance.gpu_mode() == kGpuModeGfxstream || in ConfigureGraphics()
254 gpu_mode == kGpuModeGfxstream || in BuildVhostUserGpu()
265 if (gpu_mode == kGpuModeGfxstream) { in BuildVhostUserGpu()
390 } else if (gpu_mode == kGpuModeGfxstream) { in ConfigureGpu()
Dqemu_manager.cpp154 } else if (gpu_mode == kGpuModeGfxstream || in ConfigureGraphics()
418 gpu_mode == kGpuModeGfxstream || in StartCommands()
440 } else if (gpu_mode == kGpuModeGfxstream) { in StartCommands()
Dgem5_manager.cpp238 } else if (instance.gpu_mode() == kGpuModeGfxstream) { in ConfigureGraphics()
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp248 } else if (instance.gpu_mode() == cuttlefish::kGpuModeGfxstream) { in main()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp55 const char* const kGpuModeGfxstream = "gfxstream"; variable
Dcuttlefish_config.h1020 extern const char* const kGpuModeGfxstream;