Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp597 VkSurfaceProtectedCapabilitiesKHR surfaceProtectedCaps = {}; in initializeImpl() local
600 surfaceProtectedCaps.sType = VK_STRUCTURE_TYPE_SURFACE_PROTECTED_CAPABILITIES_KHR; in initializeImpl()
601 surfaceProtectedCaps.pNext = nullptr; in initializeImpl()
603 surfaceCaps2.pNext = &surfaceProtectedCaps; in initializeImpl()
610 mSupportsProtectedSwapchain = surfaceProtectedCaps.supportsProtected; in initializeImpl()