Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaVkRenderEngine.cpp48 static skia::VulkanInterface sProtectedContentVulkanInterface; variable
57 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 …]