Searched refs:gpu_capture_binary (Results 1 – 5 of 5) sorted by relevance
183 const auto gpu_capture_enabled = !instance.gpu_capture_binary().empty(); in StartCommands()482 cpp_basename(instance.gpu_capture_binary()); in StartCommands()496 Command gpu_capture_command(instance.gpu_capture_binary()); in StartCommands()518 "Unhandled GPU capture binary: " << instance.gpu_capture_binary()); in StartCommands()
6 graphics--gpu_capture_binary
137 DEFINE_vec(gpu_capture_binary, CF_DEFAULTS_GPU_CAPTURE_BINARY,961 CF_EXPECT(GET_FLAG_STR_VALUE(gpu_capture_binary)); in InitializeCuttlefishConfiguration()
543 std::string gpu_capture_binary() const;
635 std::string CuttlefishConfig::InstanceSpecific::gpu_capture_binary() const { in gpu_capture_binary() function in cuttlefish::CuttlefishConfig::InstanceSpecific