Home
last modified time | relevance | path

Searched refs:kGpuModeGfxStream (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector.cpp30 config->gpu_mode() == cuttlefish::kGpuModeGfxStream) { in Get()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp122 if (gpu_mode == cuttlefish::kGpuModeGfxStream) { in ConfigureGpu()
166 gpu_mode == cuttlefish::kGpuModeGfxStream) { in StartCommands()
167 crosvm_cmd.AddParameter(gpu_mode == cuttlefish::kGpuModeGfxStream ? in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h517 extern const char* const kGpuModeGfxStream;
Dcuttlefish_config.cpp174 const char* const kGpuModeGfxStream = "gfxstream"; variable
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc115 config.gpu_mode() == cuttlefish::kGpuModeGfxStream) { in CreateStreamerServers()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc541 FLAGS_gpu_mode != cuttlefish::kGpuModeGfxStream) { in InitializeCuttlefishConfiguration()