Searched refs:supportsProtected (Results 1 – 2 of 2) sorted by relevance
8232 const bool supportsProtected = getRenderEngine().supportsProtectedContent(); in captureScreenCommon() local8234 if (allowProtected && supportsProtected) { in captureScreenCommon()8237 const bool isProtected = hasProtectedLayer && allowProtected && supportsProtected; in captureScreenCommon()8266 const bool supportsProtected = getRenderEngine().supportsProtectedContent(); in captureScreenCommon() local8268 if (allowProtected && supportsProtected) { in captureScreenCommon()8272 const bool isProtected = hasProtectedLayer && allowProtected && supportsProtected; in captureScreenCommon()
1074 protected_caps->supportsProtected = VK_TRUE; in GetPhysicalDeviceSurfaceCapabilities2KHR()