Lines Matching refs:sProtectedContentVulkanInterface
50 static skia::VulkanInterface sProtectedContentVulkanInterface; variable
59 if (!sProtectedContentVulkanInterface.isInitialized()) { in sSetupVulkanInterface()
60 sProtectedContentVulkanInterface.init(true /* protected content */); in sSetupVulkanInterface()
61 if (!sProtectedContentVulkanInterface.isInitialized()) { in sSetupVulkanInterface()
99 if (sProtectedContentVulkanInterface.isInitialized()) { in teardown()
100 sProtectedContentVulkanInterface.teardown(); in teardown()
130 if (sProtectedContentVulkanInterface.isInitialized()) { in createContexts()
133 LOG_ALWAYS_FATAL_IF(!sProtectedContentVulkanInterface.takeOwnership(), in createContexts()
142 contexts.second = createContext(sProtectedContentVulkanInterface); in createContexts()
149 return sProtectedContentVulkanInterface.isInitialized(); in supportsProtectedContentImpl()
158 return sProtectedContentVulkanInterface; in getVulkanInterface()
177 sProtectedContentVulkanInterface.isInitialized()); in appendBackendSpecificInfoToDump()