Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp489 mSupportsProtectedSwapchain(false), in WindowSurfaceVk()
610 mSupportsProtectedSwapchain = surfaceProtectedCaps.supportsProtected; in initializeImpl()
620 mSupportsProtectedSwapchain = true; in initializeImpl()
623 ANGLE_VK_CHECK(displayVk, (mState.hasProtectedContent() ? mSupportsProtectedSwapchain : true), in initializeImpl()
DSurfaceVk.h260 VkBool32 mSupportsProtectedSwapchain; variable