Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp680 VkSurfaceProtectedCapabilitiesKHR surfaceProtectedCaps = {}; in initializeImpl() local
683 surfaceProtectedCaps.sType = VK_STRUCTURE_TYPE_SURFACE_PROTECTED_CAPABILITIES_KHR; in initializeImpl()
685 vk::AddToPNextChain(&surfaceCaps2, &surfaceProtectedCaps); in initializeImpl()
692 mSupportsProtectedSwapchain = surfaceProtectedCaps.supportsProtected; in initializeImpl()