Home
last modified time | relevance | path

Searched defs:GraphicsAvailability (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/
Dgraphics_detector.h23 struct GraphicsAvailability { struct
24 bool has_egl = false;
25 bool has_gles2 = false;
26 bool has_gles3 = false;
27 bool has_vulkan = false;
29 std::string egl_client_extensions;
30 std::string egl_version;
54 bool ShouldEnableAcceleratedRendering(const GraphicsAvailability& availability); argument