Home
last modified time | relevance | path

Searched refs:VulkanNativeSwapchain (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DFeatureControlDefHost.h70 FEATURE_CONTROL_ITEM(VulkanNativeSwapchain, 37)
/hardware/google/gfxstream/host/features/include/gfxstream/host/
DFeatures.h212 FeatureInfo VulkanNativeSwapchain = { member
/hardware/google/gfxstream/host/
DFrameBuffer.cpp327 if (fb->m_features.VulkanNativeSwapchain.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()
Dvirtio-gpu-gfxstream-renderer.cpp2408 &features, VulkanNativeSwapchain, in parseGfxstreamFeatures()
2462 if (features.VulkanNativeSwapchain.enabled && !features.Vulkan.enabled) { in parseGfxstreamFeatures()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp626 if (sVkEmulation->features.VulkanNativeSwapchain.enabled) { in createGlobalVkEmulation()
1059 if (sVkEmulation->features.VulkanNativeSwapchain.enabled) { in createGlobalVkEmulation()