Searched refs:kGpuModeGfxstream (Results 1 – 8 of 8) sorted by relevance
54 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()
1600 CF_EXPECT(gpu_mode == kGpuModeGfxstream || in InitializeCuttlefishConfiguration()
96 } 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()
154 } else if (gpu_mode == kGpuModeGfxstream || in ConfigureGraphics()418 gpu_mode == kGpuModeGfxstream || in StartCommands()440 } else if (gpu_mode == kGpuModeGfxstream) { in StartCommands()
238 } else if (instance.gpu_mode() == kGpuModeGfxstream) { in ConfigureGraphics()
248 } else if (instance.gpu_mode() == cuttlefish::kGpuModeGfxstream) { in main()
55 const char* const kGpuModeGfxstream = "gfxstream"; variable
1020 extern const char* const kGpuModeGfxstream;