Home
last modified time | relevance | path

Searched refs:m_features (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/
DFrameBuffer.cpp317 if (fb->m_features.Vulkan.enabled) { in initialize()
319 vkEmu = vk::createGlobalVkEmulation(vkDispatch, fb->m_features); in initialize()
327 if (fb->m_features.VulkanNativeSwapchain.enabled) { in initialize()
342 if (!fb->m_features.GuestUsesAngle.enabled) { in initialize()
343 … fb->m_emulationGl = EmulationGl::create(width, height, fb->m_features, useSubWindow, egl2egl); in initialize()
351 fb->m_guestUsesAngle = fb->m_features.GuestUsesAngle.enabled; in initialize()
353 fb->m_useVulkanComposition = fb->m_features.GuestUsesAngle.enabled || in initialize()
354 fb->m_features.VulkanNativeSwapchain.enabled; in initialize()
367 .useVulkanNativeSwapchain = fb->m_features.VulkanNativeSwapchain.enabled, in initialize()
381 vkEmu && fb->m_features.VulkanNativeSwapchain.enabled && fb->m_guestUsesAngle; in initialize()
[all …]
DFrameBuffer.h672 const gfxstream::host::FeatureSet& getFeatures() const { return m_features; } in getFeatures()
721 gfxstream::host::FeatureSet m_features; variable