Searched refs:sProtectedContentVulkanInterface (Results 1 – 1 of 1) sorted by relevance
48 static skia::VulkanInterface sProtectedContentVulkanInterface; variable57 if (!sProtectedContentVulkanInterface.isInitialized()) { in sSetupVulkanInterface()58 sProtectedContentVulkanInterface.init(true /* protected content */); in sSetupVulkanInterface()59 if (!sProtectedContentVulkanInterface.isInitialized()) { in sSetupVulkanInterface()97 if (sProtectedContentVulkanInterface.isInitialized()) { in teardown()98 sProtectedContentVulkanInterface.teardown(); in teardown()128 if (sProtectedContentVulkanInterface.isInitialized()) { in createContexts()131 LOG_ALWAYS_FATAL_IF(!sProtectedContentVulkanInterface.takeOwnership(), in createContexts()140 contexts.second = createContext(sProtectedContentVulkanInterface); in createContexts()147 return sProtectedContentVulkanInterface.isInitialized(); in supportsProtectedContentImpl()[all …]