Android-cuttlefish cvd tool
Namespaces | Functions
gpu_mode.cc File Reference
#include "cuttlefish/host/libs/config/gpu_mode.h"
#include <string>
#include <string_view>
#include "absl/strings/str_cat.h"
#include "cuttlefish/result/result.h"
Include dependency graph for gpu_mode.cc:

Namespaces

namespace  cuttlefish
 

Functions

Result< GpuMode > cuttlefish::GpuModeFromString (std::string_view mode)
 
std::string cuttlefish::GpuModeString (GpuMode mode)
 
std::string_view cuttlefish::format_as (GpuMode mode)
 
bool cuttlefish::IsGfxstreamMode (GpuMode mode)
 
bool cuttlefish::IsGfxstreamGuestAngleMode (GpuMode mode)
 
bool cuttlefish::IsGuestRenderingMode (GpuMode mode)