Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DSkiaVkRenderEngine.cpp50 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()
[all …]