Searched defs:GraphicsAvailability (Results 1 – 1 of 1) sorted by relevance
23 struct GraphicsAvailability { struct24 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