Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp202 bool hasKHRSwapchainExtension = false; in setupDevice() local
206 hasKHRSwapchainExtension = true; in setupDevice()
209 LOG_ALWAYS_FATAL_IF(!hasKHRSwapchainExtension); in setupDevice()