Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp1139 VkSurfaceProtectedCapabilitiesKHR surfaceProtectedCaps = {}; in initializeImpl() local
1142 surfaceProtectedCaps.sType = VK_STRUCTURE_TYPE_SURFACE_PROTECTED_CAPABILITIES_KHR; in initializeImpl()
1144 vk::AddToPNextChain(&surfaceCaps2, &surfaceProtectedCaps); in initializeImpl()
1151 mSupportsProtectedSwapchain = surfaceProtectedCaps.supportsProtected; in initializeImpl()