Searched refs:mSupportsProtectedSwapchain (Results 1 – 2 of 2) sorted by relevance
489 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()
260 VkBool32 mSupportsProtectedSwapchain; variable